wsl adjustments

This commit is contained in:
Thilo Billerbeck 2024-03-28 17:56:51 +01:00
parent dbc4c0fd9d
commit 3ac623bd8d

View file

@ -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 = [ ];