home/wormac: fix application appearance in Spotlight
This commit is contained in:
parent
17e34212a3
commit
1d753aa6a6
1 changed files with 4 additions and 2 deletions
|
|
@ -21,8 +21,10 @@ in
|
|||
devTools = true;
|
||||
pythonTools = true;
|
||||
};
|
||||
# TODO: enable when on 25.11
|
||||
#targets.darwin.copyApps.enable = true;
|
||||
targets.darwin = {
|
||||
linkApps.enable = false; # spotlight ignores symlinks
|
||||
copyApps.enable = true;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
wireshark # on NixOS systems enabled via system config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue