pkgs: make default packages optional
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
e5c0983fe7
commit
31f2e911f9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
||||||
with pkgs; {
|
with pkgs; {
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
cfg.extra
|
cfg.extra
|
||||||
++ [
|
++ optionals config.custom.default [
|
||||||
# CLI applications
|
# CLI applications
|
||||||
config.boot.kernelPackages.cpupower # Install for current kernel
|
config.boot.kernelPackages.cpupower # Install for current kernel
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue