Switch to the nh nixpkgs package

This commit is contained in:
SebastianStork 2024-04-17 23:30:44 +02:00
parent 9a4b64345d
commit bf1c4dc513
7 changed files with 3 additions and 42 deletions

View file

@ -29,11 +29,11 @@
sops.enable = true;
printing.enable = true;
syncthing.enable = true;
nix-helper.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
programs.nh.enable = true;
services.auto-cpufreq.enable = true;
hardware.brillo.enable = true;
}