diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-13 09:43:23 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-13 09:43:23 -0500 |
| commit | 88378e69aa2151e68d7e635a3a57e21df7efcbc5 (patch) | |
| tree | 8c7d23282252f73d2a84a8fce511f18ebde71aea /lib | |
| parent | update caelestia config (diff) | |
| download | dotfiles-nix-88378e69aa2151e68d7e635a3a57e21df7efcbc5.tar.gz dotfiles-nix-88378e69aa2151e68d7e635a3a57e21df7efcbc5.tar.bz2 dotfiles-nix-88378e69aa2151e68d7e635a3a57e21df7efcbc5.zip | |
fix desktop portals
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index bdd5adb..0e882dd 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -43,6 +43,17 @@ in { # Packages extraPackages ; + # fix xdg + xdg.portal = { + inherit + (config.xdg.portal) + enable + xdgOpenUsePortal + extraPortals + config + ; + }; + # bring over nix options nix = lib.mkForce { inherit (config.nix) |