diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-23 13:43:20 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-23 13:43:20 +0000 |
| commit | 4c529f700b02636d8baebfc4d89b29a6437e0c03 (patch) | |
| tree | 7fbe61320131c3eabda671851be71d92efb68f51 /modules/client/cinnamon | |
| parent | enabled monitoring (diff) | |
added orca to excluded pkgs
Diffstat (limited to 'modules/client/cinnamon')
| -rw-r--r-- | modules/client/cinnamon/default.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix index 7cc5395..eb16d5c 100644 --- a/modules/client/cinnamon/default.nix +++ b/modules/client/cinnamon/default.nix @@ -19,10 +19,15 @@ ## Just in case this isn't automatically enabled # cinnamon.apps.enable = true; + gnome = { # disable gNOME's "usecase?" ssh-agent - gnome.gcr-ssh-agent.enable = lib.mkForce false; + gcr-ssh-agent.enable = lib.mkForce false; + }; }; # Exclude specific packages - environment.cinnamon.excludePackages = [ ]; + environment.cinnamon.excludePackages = with pkgs; [ + orca + ]; + } |
