enable commands and flakes, clean up tlp
This commit is contained in:
parent
87f47454f8
commit
d8d817f431
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue