diff options
Diffstat (limited to 'modules/client')
| -rw-r--r-- | modules/client/cinnamon/default.nix | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix index f769d12..16c60d0 100644 --- a/modules/client/cinnamon/default.nix +++ b/modules/client/cinnamon/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { imports = [ ../xserver @@ -18,15 +18,10 @@ }; ## Just in case this isn't automatically enabled # cinnamon.apps.enable = true; - }; - - xdg.portal = { - enable = true; - - extraPortals = with pkgs; [ - xdg-desktop-portal-gtk - xdg-desktop-portal-wlr - ]; + # ----- below is for 25.11 ---------------------- + # disable gNOME's "usecase?" ssh-agent + # gnome.gcr-ssh-agent.enable = lib.mkForce false; + # ----------------------------------------------- }; # Exclude specific packages |
