From af6741880a78a8f99a89ad7af0f7921ba0f84429 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 5 Aug 2024 15:38:26 -0600 Subject: integrated betsy with flake --- modules/nixos/services.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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; -- cgit v1.2.3