meow
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
modules.kitty
|
modules.kitty
|
||||||
modules.stylix
|
modules.stylix
|
||||||
modules.quickshell
|
modules.quickshell
|
||||||
# modules.lavd
|
modules.lavd
|
||||||
# modules.podman
|
# modules.podman
|
||||||
# modules.openvivo
|
# modules.openvivo
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
# "i915.modeset=1"
|
# "i915.modeset=1"
|
||||||
# "ahci.mobile_lpm_policy=1"
|
# "ahci.mobile_lpm_policy=1"
|
||||||
# "intel_idle.max_cstate=10"
|
# "intel_idle.max_cstate=10"
|
||||||
# "processor.max_cstate=10"
|
"processor.max_cstate=10"
|
||||||
# "quiet"
|
# "quiet"
|
||||||
# "splash"
|
# "splash"
|
||||||
# "idle=halt"
|
# "idle=halt"
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
{ modules, den, ... }:
|
{ modules, den, ... }:
|
||||||
{
|
{
|
||||||
modules.lavd = {
|
modules.lavd = {
|
||||||
nixos = {
|
nixos =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
nixpkgs.config.allowUnsupportedSystem = true;
|
||||||
services.scx = {
|
services.scx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.scx.rustscheds;
|
||||||
## Commented out because the service impl is bugged and doesnt actually set these
|
## Commented out because the service impl is bugged and doesnt actually set these
|
||||||
# scheduler = "scx_lavd";
|
# scheduler = "scx_lavd";
|
||||||
# extraArgs = [
|
# extraArgs = [
|
||||||
@@ -14,7 +18,7 @@
|
|||||||
# Most energy efficent scheduler setup..
|
# Most energy efficent scheduler setup..
|
||||||
systemd.services.scx.environment = {
|
systemd.services.scx.environment = {
|
||||||
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
||||||
SCX_FLAGS_OVERRIDE = "--powersave --per-cpu-dsq";
|
SCX_FLAGS_OVERRIDE = "--powersave";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user