diff options
| -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 | } |
