Modernizing overlay
This commit is contained in:
parent
53a04459c2
commit
c9ee01f65e
4 changed files with 41 additions and 53 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue