Modernizing overlay

This commit is contained in:
Natsu Kagami 2022-07-04 15:41:04 -04:00
parent 53a04459c2
commit c9ee01f65e
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 41 additions and 53 deletions

View file

@ -16,7 +16,7 @@
# Auto upgrade nix package and the daemon service.
# services.nix-daemon.enable = true;
nix.package = pkgs.nixUnstable;
nix.package = pkgs.nixFlakes;
# Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
@ -25,9 +25,6 @@
## Networking related settings
networking.hostName = "nki-macbook";
## Programs
nixpkgs.config.allowUnfree = true;
environment.variables = {
EDITOR = ""; # don't set it by default