Add brew into nix
This commit is contained in:
parent
336f75bf50
commit
3efe77360d
4 changed files with 95 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue