feat: adopt performance tweaks from cachyos.

This commit is contained in:
CronyAkatsuki 2026-02-09 14:35:20 +01:00
parent aca1c88f53
commit 77b7e90166
3 changed files with 26 additions and 1 deletions

View file

@ -42,6 +42,18 @@
scheduler = "scx_bpfland";
};
# Setup ananicy with cachyos rules
services.ananicy = {
enable = true;
package = pkgs.ananicy-cpp;
rulesProvider = pkgs.ananicy-rules-cachyos;
};
# Setup power profiles daemon
services.power-profiles-daemon = {
enable = true;
};
# Get nicer hostname
networking.hostName = "skadi"; # Define your hostname.
@ -71,6 +83,9 @@
settings.Resolve.FallbackDns = ["192.168.0.5"];
};
# Enable bpftune for better networking
services.bpftune.enable = true;
# Set your time zone.
time.timeZone = "Europe/Zagreb";

View file

@ -22,6 +22,7 @@
TERMINAL = "foot";
WINEPREFIX = "$HOME/.local/share/wineprefix/default";
SECOND_BRAIN = "$HOME/docs/sb";
__GL_SHADER_DISK_CACHE_SIZE = "12000000000";
};
# Let Home Manager install and manage itself.