mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 12:03:05 +01:00
Compare commits
2 commits
d71531cc93
...
759b6bcd71
Author | SHA1 | Date | |
---|---|---|---|
759b6bcd71 | |||
3ac623bd8d |
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 {
|
||||
} // mkIf (config.machine.isGeneric && config.machine.isGraphical) {
|
||||
linkDesktopApplications = {
|
||||
after = [ "writeBoundary" "createXdgUserDirectories" ];
|
||||
before = [ ];
|
||||
|
|
Loading…
Reference in a new issue