enabled wayland and removed nas fs

This commit is contained in:
2024-03-11 12:14:27 +01:00
parent dd32279f94
commit db0e08f25d
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
services.logind.lidSwitch = "suspend-then-hibernate";
systemd.sleep.extraConfig = "HibernateDelaySec=1h";
# services.upower.enable = true;
fileSystems."nas".options = [ "noauto" ];
# fileSystems."nas".options = [ "noauto" ];
programs.sway.enable = true;
services.xserver.displayManager.defaultSession = lib.mkForce "sway";
services.xserver.windowManager.i3.enable = lib.mkForce false;