aboutsummaryrefslogtreecommitdiff
path: root/hosts/adam/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/adam/configuration.nix')
-rw-r--r--hosts/adam/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix
index 7d3423c..5423ef7 100644
--- a/hosts/adam/configuration.nix
+++ b/hosts/adam/configuration.nix
@@ -80,7 +80,10 @@
ignoreShellProgramCheck = true;
};
- xdg.portal.enable = true;
+ xdg.portal = {
+ enable = true;
+ wlr.enable = true;
+ };
services.openssh.enable = true;