Add brew into nix

This commit is contained in:
Natsu Kagami 2021-11-08 17:16:37 -05:00
parent 336f75bf50
commit 3efe77360d
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 95 additions and 45 deletions

View file

@ -1,7 +1,10 @@
{ config, pkgs, ... }:
{
imports = [ ../modules/personal/fonts ];
imports = [
../modules/personal/fonts
./brew.nix
];
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
@ -16,7 +19,7 @@
nix.package = pkgs.nixUnstable;
# Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
programs.zsh.enable = true; # default shell on catalina
programs.fish.enable = true;
## Networking related settings