Updating nix channels, requires responding to deprecations

This commit is contained in:
Haak Saxberg 2025-04-30 14:01:00 -07:00
parent d76b16ddc7
commit 7a7e3d56b2
3 changed files with 7 additions and 4 deletions

View file

@ -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 (