meow
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
den.aspects.doloro-shared
|
||||
modules.sops
|
||||
modules.flatpaks
|
||||
modules.gamemode
|
||||
modules.hyprland
|
||||
modules.fish
|
||||
modules.tuigreet
|
||||
@@ -35,7 +36,7 @@
|
||||
modules.nix-ld
|
||||
modules.spotify
|
||||
# modules.easyeffects
|
||||
modules.lavd
|
||||
# modules.lavd
|
||||
modules.ai
|
||||
# modules.omp
|
||||
modules.podman
|
||||
@@ -91,7 +92,7 @@
|
||||
prismlauncher
|
||||
# deadlock-mod-manager
|
||||
inputs.nik-pkgs.packages.x86_64-linux.grimorie
|
||||
gamescope
|
||||
# gamescope
|
||||
android-studio
|
||||
blender
|
||||
bottles
|
||||
|
||||
@@ -98,6 +98,14 @@
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
services.scx = {
|
||||
enable = true;
|
||||
package = pkgs.scx.rustscheds;
|
||||
};
|
||||
systemd.services.scx.environment = {
|
||||
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
|
||||
SCX_FLAGS_OVERRIDE = "--performance --no-core-compaction";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user