add option for system76 scheduler and enable on acer
This commit is contained in:
@@ -89,6 +89,7 @@ rec {
|
|||||||
laptop = true;
|
laptop = true;
|
||||||
gaming = true;
|
gaming = true;
|
||||||
enableTailscale = true;
|
enableTailscale = true;
|
||||||
|
system76Scheduler = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.vmVariant = {
|
virtualisation.vmVariant = {
|
||||||
|
|||||||
@@ -21,5 +21,6 @@
|
|||||||
desktop/touchpad.nix
|
desktop/touchpad.nix
|
||||||
desktop/pulseaudio.nix
|
desktop/pulseaudio.nix
|
||||||
desktop/tailscale.nix
|
desktop/tailscale.nix
|
||||||
|
desktop/system76-scheduler.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
{ config, lib, pkgs, modulesPath, ... }:
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
options.lumpiasty.system76Scheduler = lib.mkEnableOption "Enable system76-scheduler";
|
||||||
|
|
||||||
|
config = lib.mkIf (config.lumpiasty.system76Scheduler) {
|
||||||
# Enable system76-scheduler
|
# Enable system76-scheduler
|
||||||
# Config basically rewrite of stock, a bit tuned
|
# Config basically rewrite of stock, a bit tuned
|
||||||
services.system76-scheduler = {
|
services.system76-scheduler = {
|
||||||
@@ -192,4 +194,5 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
# Add https://github.com/maxiberta/kwin-system76-scheduler-integration kwin script
|
# Add https://github.com/maxiberta/kwin-system76-scheduler-integration kwin script
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user