forked from nico/dots
revert "nix: merge all nix programs into applications.nix"
This reverts commit 29296d8bbc1ec338643883b97bbe82aa0b21d424.
This commit is contained in:
parent
c9ea6d3f3f
commit
04d7ae93f5
4 changed files with 20 additions and 16 deletions
|
|
@ -21,6 +21,13 @@
|
|||
"/Applications/OpenUTAU.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