From f4dc1e4f88915494d7fcae5e6aa40624a43bd566 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 09:47:40 -0500 Subject: [PATCH] try to fix pam services --- systems/galandor/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;