guard import of plasma-manager options by enablePlasma
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ flake, pkgs, lib, ... }:
|
{ flake, pkgs, lib, osConfig ? null, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -6,7 +6,8 @@
|
|||||||
./pc.nix
|
./pc.nix
|
||||||
./dev.nix
|
./dev.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
./plasma.nix
|
|
||||||
./fhsBash.nix
|
./fhsBash.nix
|
||||||
|
] ++ lib.optionals (osConfig.lumpiasty.enablePlasma) [
|
||||||
|
./plasma.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user