guard import of plasma-manager options by enablePlasma

This commit is contained in:
2026-08-31 00:56:30 +02:00
parent bfecd4fadf
commit 814daf2bfe
+3 -2
View File
@@ -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
]; ];
} }