i need to start making smaller commits
This commit is contained in:
parent
29473532c7
commit
088b45ff45
19 changed files with 397 additions and 23 deletions
|
@ -19,8 +19,4 @@
|
|||
|
||||
plymouth.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
config.boot.kernelPackages.cpupower
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
documentation = {
|
||||
dev.enable = true;
|
||||
#man.generateCaches = true;
|
||||
# man.generateCaches = true; # this does slow down builds by quite a lot
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
linux-manual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue