diff --git a/README.org b/README.org index 4cb8f5a..60adcc8 100644 --- a/README.org +++ b/README.org @@ -171,8 +171,7 @@ services.xserver = { package = pkgs.awesome; }; displayManager = { - defaultSession = "plasma"; - lightdm = { + sddm = { enable = true; }; }; @@ -909,7 +908,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a name = "kwallet"; enableKwallet = true; }; - # security.pam.services.sddm.enableKwallet = true; + security.pam.services.sddm.enableKwallet = true; # virtualisation.waydroid.enable = true; diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 905bc51..6eb78a7 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -92,8 +92,7 @@ package = pkgs.awesome; }; displayManager = { - defaultSession = "plasma"; - lightdm = { + sddm = { enable = true; }; }; @@ -167,7 +166,7 @@ name = "kwallet"; enableKwallet = true; }; - # security.pam.services.sddm.enableKwallet = true; + security.pam.services.sddm.enableKwallet = true; # virtualisation.waydroid.enable = true; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 3e111e1..fe8a289 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -85,8 +85,7 @@ package = pkgs.awesome; }; displayManager = { - defaultSession = "plasma"; - lightdm = { + sddm = { enable = true; }; };