diff options
| author | vin <vin@vineetk.net> | 2025-05-02 21:46:33 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-05-02 21:46:33 -0400 |
| commit | 3289988690aa991fa490b469fe3d71fffea0a6ac (patch) | |
| tree | a8092fdf33dd7b499dc0aa3b0ce705c1be7644e3 | |
| parent | c8eed64a2e96ab79892c238363242ccc2ae151d3 (diff) | |
demiurge: attempt to have a working xdg portal
| -rw-r--r-- | hosts/demiurge/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
| 1004 | }; | 1004 | }; |
| 1005 | }; | 1005 | }; |
| 1006 | 1006 | ||
| 1007 | xdg.portal = { | ||
| 1008 | config.common.default = [ "wlr" ]; | ||
| 1009 | wlr.enable = true; | ||
| 1010 | }; | ||
| 1011 | |||
| 1007 | system.stateVersion = "24.05"; | 1012 | system.stateVersion = "24.05"; |
| 1008 | } | 1013 | } |
