diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:28:16 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:28:16 +0000 |
| commit | 2fa3788348a5af1f736e0ee70e33a8d94fbf4f87 (patch) | |
| tree | 700435dd87868342723bb6a9335528b40f0367e6 | |
| parent | disabled bluetooth (diff) | |
added session command
| -rw-r--r-- | modules/client/cinnamon/default.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix index 8924f0c..b73cda5 100644 --- a/modules/client/cinnamon/default.nix +++ b/modules/client/cinnamon/default.nix @@ -11,8 +11,14 @@ enable = true; }; - displayManager.lightdm = { - enable = true; + displayManager = { + sessionCommands = '' + eval $(gnome-keyring-daemon --start --daemonize --components=secrets) + ''; + + lightdm = { + enable = true; + }; }; }; |
