diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 22:52:59 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 22:52:59 +0000 |
| commit | 61f4cd52a65a3e04f634b1ed9953dcb7731a6504 (patch) | |
| tree | 4d769eea29fbc0e11bc3fd3a8b8aeee960788e2e /modules/client/cinnamon | |
| parent | added placeholders for future reference (diff) | |
remove portals
Diffstat (limited to 'modules/client/cinnamon')
| -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 |
