diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-20 23:22:27 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-20 23:22:27 +0000 |
| commit | a92b6810e622c94d0943a2f59094b2d1a9e5d4a2 (patch) | |
| tree | 8e1cf93f6f05e8d26ce4f8d579a27eaad5c6a517 /modules | |
| parent | added opencode to home-manager (diff) | |
ready for 25.11
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/client/cinnamon/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix index 16c60d0..7cc5395 100644 --- a/modules/client/cinnamon/default.nix +++ b/modules/client/cinnamon/default.nix @@ -18,10 +18,9 @@ }; ## Just in case this isn't automatically enabled # cinnamon.apps.enable = true; - # ----- below is for 25.11 ---------------------- + # disable gNOME's "usecase?" ssh-agent - # gnome.gcr-ssh-agent.enable = lib.mkForce false; - # ----------------------------------------------- + gnome.gcr-ssh-agent.enable = lib.mkForce false; }; # Exclude specific packages |
