Updating nix channels, requires responding to deprecations
This commit is contained in:
parent
d76b16ddc7
commit
7a7e3d56b2
3 changed files with 7 additions and 4 deletions
|
|
@ -104,14 +104,14 @@ in
|
|||
../../home/programs/alacritty
|
||||
];
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
# nix.package = pkgs.nix;
|
||||
|
||||
# Create /etc/bashrc that loads the nix-darwin environment.
|
||||
programs.zsh.enable = true; # default shell on catalina
|
||||
# programs.fish.enable = true;
|
||||
|
||||
system.primaryUser = "haak";
|
||||
|
||||
# We need this snippet to allow spotlight to find the applications installed
|
||||
# by nix-darwin
|
||||
system.activationScripts.applications.text = pkgs.lib.mkForce (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue