diff options
| author | schererleander <leander@schererleander.de> | 2025-11-02 20:54:15 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-02 20:54:15 +0100 |
| commit | 9e2849e72a9a46515a9141226a0145fdbb5090c8 (patch) | |
| tree | da00f85c03f7df887a939f520d6da7ac2cf54b4d /hosts/adam/configuration.nix | |
| parent | c5d5016b7c39ea385264e4c251b5b954fee7aa56 (diff) | |
enable portal implementation
Diffstat (limited to 'hosts/adam/configuration.nix')
| -rw-r--r-- | hosts/adam/configuration.nix | 5 |
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; |
