diff options
| author | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
| commit | 3a0434de7c5a5bf221512b9c2fcf94acc5f51214 (patch) | |
| tree | 91d705c9122860cfba79ea93a95f3c796d11d88e /modules/xdg-portal.nix | |
| parent | update (diff) | |
| download | nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.tar.xz nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.zip | |
update
Diffstat (limited to 'modules/xdg-portal.nix')
| -rw-r--r-- | modules/xdg-portal.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xdg-portal.nix b/modules/xdg-portal.nix index 1eab8e7..36407f3 100644 --- a/modules/xdg-portal.nix +++ b/modules/xdg-portal.nix @@ -2,7 +2,7 @@ { xdg.portal = { enable = true; - # config.common.default = "*"; + config.common.default = "*"; # wlr.enable = true; # xdgOpenUsePortal = true; |