nix: merge all nix programs into applications.nix
This commit is contained in:
parent
ec7c50dedc
commit
11b8a03564
4 changed files with 14 additions and 18 deletions
|
|
@ -19,13 +19,6 @@
|
|||
"${pkgs.gimp}/Applications/GNU Image Manipulation Program.app"
|
||||
];
|
||||
|
||||
# nix pkgs
|
||||
environment.systemPackages = with pkgs; [
|
||||
iina
|
||||
utm
|
||||
raycast # it actually picks up on my applications installed through nix (crazy right)
|
||||
];
|
||||
|
||||
# homebrew pkgs
|
||||
homebrew = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue