From 9e2849e72a9a46515a9141226a0145fdbb5090c8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 2 Nov 2025 20:54:15 +0100 Subject: enable portal implementation --- hosts/adam/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts') 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; -- cgit v1.3.1