mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 20:13:04 +01:00
Compare commits
No commits in common. "759b6bcd717072870be5fdf6c0ccad1e4de6c6db" and "d71531cc932ff13a3fb0a3f06f17ebe51917a19f" have entirely different histories.
759b6bcd71
...
d71531cc93
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ ];
|
||||
|
|
Loading…
Reference in a new issue