Compare commits

..

No commits in common. "759b6bcd717072870be5fdf6c0ccad1e4de6c6db" and "d71531cc932ff13a3fb0a3f06f17ebe51917a19f" have entirely different histories.

View file

@ -118,7 +118,7 @@ with lib; {
${pkgs.nodejs}/bin/npm config set prefix ${config.home.homeDirectory}/.node-global
'';
};
} // mkIf (config.machine.isGeneric && config.machine.isGraphical) {
} // mkIf config.machine.isGeneric {
linkDesktopApplications = {
after = [ "writeBoundary" "createXdgUserDirectories" ];
before = [ ];