Skip to content

Commit

Permalink
fix: scx scheduler
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jan 15, 2025
1 parent 04dbe6b commit dc0b918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nixos/hosts/f80/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
# Debugging Gamescope
environment.systemPackages = [ pkgs.gdb ];
chaotic.nyx.overlay.onTopOf = "user-pkgs";
services.scx.enable = true;
services.scx.scheduler = "scx_bpfland";
fonts.fontconfig = {
antialias = false;
subpixel.rgba = "none";
Expand Down
2 changes: 0 additions & 2 deletions nixos/hosts/lattice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
# TODO: Find this on FW16
environment.variables.DXVK_FILTER_DEVICE_NAME = "AMD Radeon RX 7700S (RADV NAVI33)";
chaotic.nyx.overlay.onTopOf = "user-pkgs";
services.scx.enable = true;
services.scx.scheduler = "scx_bpfland";
fonts.fontconfig = {
antialias = true;
subpixel.rgba = "rgb";
Expand Down
2 changes: 2 additions & 0 deletions nixos/personalities/desktop/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
};
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};
services.scx.enable = true;
services.scx.scheduler = "scx_lavd";
programs.gamescope = {
enable = true;
capSysNice = false;
Expand Down

0 comments on commit dc0b918

Please sign in to comment.