diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:19:33 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:19:33 +0000 |
| commit | f41495b2e885026eb37945026aaa2fefab3cdbda (patch) | |
| tree | ec91d00892755e693a0024dda8d7f994ce71cd2e /modules/client/cinnamon/default.nix | |
| parent | upgrade nixos (diff) | |
fixed keyring issue in cinnamon
Diffstat (limited to '')
| -rw-r--r-- | modules/client/cinnamon/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix index 6e2895d..8924f0c 100644 --- a/modules/client/cinnamon/default.nix +++ b/modules/client/cinnamon/default.nix @@ -26,6 +26,14 @@ }; }; + security.pam = { + services = { + lightdm = { + enableGnomeKeyring = true; + }; + }; + }; + # Exclude specific packages environment.cinnamon.excludePackages = with pkgs; [ orca |
