mv chaotic to graphics.amd
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkOption;
|
||||
inherit (lib) mkOption mkIf;
|
||||
cfg = config.nixos.boot.kernel;
|
||||
in {
|
||||
options = {
|
||||
@@ -70,5 +70,9 @@ in {
|
||||
)
|
||||
++ cfg.extraBlacklistedModules;
|
||||
};
|
||||
|
||||
chaotic = mkIf (cfg.variant == "cachyos") {
|
||||
scx.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user