diff options
| author | Fuwn <[email protected]> | 2024-08-28 20:36:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-28 20:36:04 -0700 |
| commit | f3c31e4ad7fab36e151f3a2e207fafb1eda1a787 (patch) | |
| tree | e265a1a5270b4522049110b8bc5aa13fda142c2f /modules/xdg-portal.nix | |
| parent | many (diff) | |
| download | nixos-config-f3c31e4ad7fab36e151f3a2e207fafb1eda1a787.tar.xz nixos-config-f3c31e4ad7fab36e151f3a2e207fafb1eda1a787.zip | |
hi
Diffstat (limited to 'modules/xdg-portal.nix')
| -rw-r--r-- | modules/xdg-portal.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/xdg-portal.nix b/modules/xdg-portal.nix new file mode 100644 index 0000000..be2a014 --- /dev/null +++ b/modules/xdg-portal.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: +{ + xdg.portal = { + enable = true; + # config.common.default = "*"; + # wlr.enable = true; + # xdgOpenUsePortal = true; + extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; + }; +} |