enable commands and flakes, clean up tlp

This commit is contained in:
atagen 2022-08-24 10:31:53 +10:00
parent 87f47454f8
commit d8d817f431
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,11 @@
# ./wollomi.nix
# ./adrift.nix
];
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
environment.pathsToLink = [ "/share/zsh" ];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 2;