nom nom nom

This commit is contained in:
Chris Dombroski 2024-09-27 21:38:27 -04:00
parent 4220c58e00
commit 958b393da7

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{ {
programs.git.enable = true; programs.git.enable = true;
programs.nh = { programs.nh = {
@ -16,6 +17,7 @@
}; };
optimise.automatic = true; optimise.automatic = true;
}; };
environment.systemPackages = [ pkgs.nix-output-monitor ];
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git"; flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";