nom nom nom
This commit is contained in:
parent
4220c58e00
commit
958b393da7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.git.enable = true;
|
||||
programs.nh = {
|
||||
|
@ -16,6 +17,7 @@
|
|||
};
|
||||
optimise.automatic = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.nix-output-monitor ];
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||
|
|
Loading…
Reference in a new issue