diff options
Diffstat (limited to 'modules/nixos/services.nix')
| -rw-r--r-- | modules/nixos/services.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/services.nix b/modules/nixos/services.nix index d0ec1fe..f7c22ba 100644 --- a/modules/nixos/services.nix +++ b/modules/nixos/services.nix @@ -15,7 +15,7 @@ displayManager = { sddm = { - enable = true; + # enable = true; autoNumlock = true; }; # defaultSession = "plasmawayland"; @@ -24,7 +24,7 @@ # localtimed.enable = true; # Enable the Plasma 6 Desktop Environment. - desktopManager.plasma6.enable = true; + # desktopManager.plasma6.enable = true; # Enable the X11 windowing system. xserver.enable = true; |
