Explicitly enable fish support in darwin
This commit is contained in:
parent
c0d6f12ae2
commit
f3af43fc9a
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# Create /etc/bashrc that loads the nix-darwin environment.
|
# 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;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
## Networking related settings
|
## Networking related settings
|
||||||
networking.hostName = "nki-macbook";
|
networking.hostName = "nki-macbook";
|
||||||
|
|
Loading…
Reference in a new issue