This commit is contained in:
Julian 2022-12-18 23:29:50 -08:00
parent ff079017d6
commit 54a26618a1
2 changed files with 2 additions and 13 deletions

View file

@ -6,6 +6,7 @@
{
imports =
[
./hardware-configuration.nix
];
@ -20,7 +21,7 @@
# Flakes
{ pkgs, ... }: {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}
};
# Power Stuff
services.power-profiles-daemon.enable = false;