From 3ac623bd8d994bc9c5588474791a6212dea1b719 Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Thu, 28 Mar 2024 17:56:51 +0100 Subject: [PATCH] wsl adjustments --- home-manager/modules/machine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/machine.nix b/home-manager/modules/machine.nix index 0f58962..167eb7d 100644 --- a/home-manager/modules/machine.nix +++ b/home-manager/modules/machine.nix @@ -118,7 +118,7 @@ with lib; { ${pkgs.nodejs}/bin/npm config set prefix ${config.home.homeDirectory}/.node-global ''; }; - } // mkIf config.machine.isGeneric { + } // mkIf (config.machine.isGeneric && config.machine.isGraphical) { linkDesktopApplications = { after = [ "writeBoundary" "createXdgUserDirectories" ]; before = [ ];