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;
|
devTools = true;
|
||||||
pythonTools = true;
|
pythonTools = true;
|
||||||
};
|
};
|
||||||
# TODO: enable when on 25.11
|
targets.darwin = {
|
||||||
#targets.darwin.copyApps.enable = true;
|
linkApps.enable = false; # spotlight ignores symlinks
|
||||||
|
copyApps.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
wireshark # on NixOS systems enabled via system config
|
wireshark # on NixOS systems enabled via system config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue