kick system76-scheduler out and use scx_cosmos

This commit is contained in:
2026-04-02 02:38:22 +02:00
parent 07f34cb24b
commit d44f528d0e
4 changed files with 5 additions and 17 deletions
-15
View File
@@ -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
};
}