nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 3289988690aa991fa490b469fe3d71fffea0a6ac
parent c8eed64a2e96ab79892c238363242ccc2ae151d3
Author: vin <vin@vineetk.net>
Date:   Fri,  2 May 2025 21:46:33 -0400

demiurge: attempt to have a working xdg portal

Diffstat:
Mhosts/demiurge/default.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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"; }