feat: adopt performance tweaks from cachyos.
This commit is contained in:
parent
aca1c88f53
commit
77b7e90166
3 changed files with 26 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue