diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-28 17:42:43 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-28 17:42:43 +0200 |
commit | ea015936315ed179c9cb836f4e042065f31b0c8e (patch) | |
tree | b8b8f68f487feb1a49244611790d7131a978bde3 /hosts | |
parent | Dotfiles: Bash: Launch river with dbus (diff) | |
download | nixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.tar.gz nixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.tar.bz2 nixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.zip |
Home: Add xdg-desktop-portal-gtk to the extra portals
Diffstat (limited to 'hosts')
-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 |