move scx package to its own module and inactivate because bug

This commit is contained in:
2025-07-16 04:30:22 +02:00
parent 59edaaeec8
commit f0a112b6f5
4 changed files with 29 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}: let
inherit (lib) mkIf mkEnableOption mkOption types;
@@ -22,6 +23,9 @@ in {
};
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
# scx.rustscheds
];
systemd.services.scx = {
enable = true;
wantedBy = ["multi-user.target"];