This commit is contained in:
2026-06-23 09:12:21 +01:00
parent ca0486baff
commit c072c583d1
8 changed files with 163 additions and 85 deletions
+3 -2
View File
@@ -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";
};
};
};
}