add programs.wayland to os configuration

This commit is contained in:
2024-10-26 14:26:45 +02:00
parent 9ae756171d
commit 78fe6c7521
3 changed files with 10 additions and 7 deletions

View File

@ -10,6 +10,9 @@
networking.wireless.enable = true;
networking.networkmanager.enable = false;
networking.firewall.allowedTCPPorts = [ 11470 12470 80 ];
networking.firewall.allowedUDPPorts = [ 11470 12470 80 ];
environment.systemPackages = with pkgs; [
acpi
tlp
@ -25,5 +28,4 @@
services.libinput.touchpad.tapping = false;
hardware.bluetooth.enable = true;
}