diff --git a/systems/galandor/configuration.nix b/systems/galandor/configuration.nix index 2b7cb54..4946087 100644 --- a/systems/galandor/configuration.nix +++ b/systems/galandor/configuration.nix @@ -28,6 +28,17 @@ desktopManager.cosmic.enable = true; }; + security.pam.services = { + # sddm.enableKwallet = true; + kwallet = { + name = "kwallet"; + enableKwallet = true; + }; + greetd.enableKwallet = true; + swaylock = { }; + + }; + services.displayManager.cosmic-greeter.enable = true; programs.nix-ld.enable = true; fonts.fontconfig.useEmbeddedBitmaps = true;