chore(nix/darwin/deps): Add VSCodium
Also fix home-manager apps not appearing on LaunchPad and Spotlight
This commit is contained in:
parent
85880d22b1
commit
4a9e407688
2 changed files with 21 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
packages =
|
||||
[
|
||||
pkgs.passff-host
|
||||
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
|
||||
pkgs.casks.vscodium
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue