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; {
|
||||
environment.systemPackages =
|
||||
cfg.extra
|
||||
++ [
|
||||
++ optionals config.custom.default [
|
||||
# CLI applications
|
||||
config.boot.kernelPackages.cpupower # Install for current kernel
|
||||
|
||||
|
|
Loading…
Reference in a new issue