diff options
| author | Fuwn <[email protected]> | 2024-09-01 01:41:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 01:41:40 -0700 |
| commit | 1d264fd3e3aa706394bcf1bf9c4f51faad9c05e7 (patch) | |
| tree | dadb82abcdf2182f7714e902ce6daade86b54169 /modules | |
| parent | hi (diff) | |
| download | nixos-config-1d264fd3e3aa706394bcf1bf9c4f51faad9c05e7.tar.xz nixos-config-1d264fd3e3aa706394bcf1bf9c4f51faad9c05e7.zip | |
hi
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/xdg-portal.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/xdg-portal.nix b/modules/xdg-portal.nix index 36407f3..72bcb97 100644 --- a/modules/xdg-portal.nix +++ b/modules/xdg-portal.nix @@ -9,6 +9,7 @@ extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk + xdg-desktop-portal-gnome ]; }; } |