diff options
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 577b4ad..cf1dd29 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -130,6 +130,8 @@ xdg.portal = { enable = true; wlr.enable = true; + # gtk portal needed to make gtk apps happy + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; #fix swaylock |