kick system76-scheduler out and use scx_cosmos
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user