chore(nix/darwin/deps): Add VSCodium

Also fix home-manager apps not appearing on LaunchPad and Spotlight
This commit is contained in:
Ahmad Ansori Palembani 2024-11-03 13:31:49 +07:00
parent 85880d22b1
commit 4a9e407688
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 21 additions and 1 deletions

View file

@ -6,6 +6,8 @@
packages =
[
pkgs.passff-host
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
pkgs.casks.vscodium
];
};