Reduce the number of files

This commit is contained in:
Dave Gallant
2024-02-26 16:10:32 -05:00
parent 574c8febc5
commit 0290229761
13 changed files with 337 additions and 380 deletions

View File

@@ -5,8 +5,9 @@
networking = {hostName = "zelus";};
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.extraOptions = "experimental-features = nix-command flakes";
nix.package = pkgs.nixVersions.stable;
programs.zsh = {