diff options
| author | Fuwn <[email protected]> | 2024-08-29 21:31:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 21:31:09 -0700 |
| commit | 653f81eec07eb3e33c380810676a7feb45e1df43 (patch) | |
| tree | 00d43c8f1b2cb2cf8ebaf1b7c1a4c026718033bb /modules | |
| parent | some stuff (diff) | |
| download | nixos-config-653f81eec07eb3e33c380810676a7feb45e1df43.tar.xz nixos-config-653f81eec07eb3e33c380810676a7feb45e1df43.zip | |
some stuff
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/xdg-portal.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/xdg-portal.nix b/modules/xdg-portal.nix index be2a014..1eab8e7 100644 --- a/modules/xdg-portal.nix +++ b/modules/xdg-portal.nix @@ -5,6 +5,10 @@ # config.common.default = "*"; # wlr.enable = true; # xdgOpenUsePortal = true; - extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; + + extraPortals = with pkgs; [ + xdg-desktop-portal-wlr + xdg-desktop-portal-gtk + ]; }; } |