From cae70df061d9fc4f33a2da66a21c86eb3eb1fa3b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 12 Sep 2025 19:32:06 -0700 Subject: update before new lock file, working on VPS --- nix/modules/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/configuration.nix') diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix index 7234333..27002ff 100644 --- a/nix/modules/configuration.nix +++ b/nix/modules/configuration.nix @@ -284,7 +284,7 @@ xdg.portal = { enable = (! config.monorepo.profiles.ttyonly.enable); - wlr.enable = true; + wlr.enable = (! config.monorepo.profiles.ttyonly.enable); extraPortals = with pkgs; if (! config.monorepo.profiles.ttyonly.enable) then [ xdg-desktop-portal-gtk xdg-desktop-portal -- cgit v1.3