Skip to content

Commit

Permalink
nixos/desktopOptimizations: enable bpftune
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jan 1, 2025
1 parent 630cfaf commit 3b91570
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nixosModules/desktop/desktopOptimizations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
rulesProvider = pkgs.ananicy-rules-cachyos;
};

bpftune.enable = true;

pipewire = let
rate = 48000;
quantum = 64;
Expand Down Expand Up @@ -167,9 +169,9 @@

systemd.oomd = {
enable = true;
enableUserSlices = true;
enableSystemSlice = true;
enableRootSlice = true;
enableSystemSlice = true;
enableUserSlices = true;
};

zramSwap = {
Expand Down

0 comments on commit 3b91570

Please sign in to comment.