From 3289988690aa991fa490b469fe3d71fffea0a6ac Mon Sep 17 00:00:00 2001 From: vin Date: Fri, 2 May 2025 21:46:33 -0400 Subject: demiurge: attempt to have a working xdg portal --- hosts/demiurge/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix index b2158c5..32ebdbf 100644 --- a/hosts/demiurge/default.nix +++ b/hosts/demiurge/default.nix @@ -1004,5 +1004,10 @@ ${pkgs.systemd}/bin/systemctl restart invidious }; }; + xdg.portal = { + config.common.default = [ "wlr" ]; + wlr.enable = true; + }; + system.stateVersion = "24.05"; } -- cgit v1.2.3