kick system76-scheduler out and use scx_cosmos
This commit is contained in:
@@ -21,6 +21,5 @@
|
||||
desktop/touchpad.nix
|
||||
desktop/pulseaudio.nix
|
||||
desktop/tailscale.nix
|
||||
desktop/system76-scheduler.nix
|
||||
];
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
options.lumpiasty.system76Scheduler = lib.mkEnableOption "Enable system76-scheduler";
|
||||
|
||||
config = lib.mkIf (config.lumpiasty.system76Scheduler) {
|
||||
# Enable system76-scheduler
|
||||
# Config basically rewrite of stock, a bit tuned
|
||||
services.system76-scheduler = {
|
||||
enable = true;
|
||||
useStockConfig = true;
|
||||
};
|
||||
# Add https://github.com/maxiberta/kwin-system76-scheduler-integration kwin script
|
||||
};
|
||||
}
|
||||
@@ -30,5 +30,10 @@
|
||||
extraGroups = ["gamemode"];
|
||||
};
|
||||
};
|
||||
|
||||
services.scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_cosmos";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user