summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-13 09:43:23 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-13 09:43:23 -0500
commit88378e69aa2151e68d7e635a3a57e21df7efcbc5 (patch)
tree8c7d23282252f73d2a84a8fce511f18ebde71aea /lib
parentupdate caelestia config (diff)
downloaddotfiles-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.nix11
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)