switch to wireplumber, fix notifications, use playerctl for media

This commit is contained in:
notgne2 2022-01-17 11:00:00 -07:00
parent 26a8e34a59
commit a871d120f5
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
3 changed files with 34 additions and 80 deletions

View file

@ -79,7 +79,7 @@ in
CPU_SCALING_MIN_FREQ_ON_AC = lib.mkDefault 0;
CPU_SCALING_MAX_FREQ_ON_BAT = lib.mkDefault 9999999;
CPU_SCALING_MAX_FREQ_ON_AC = lib.mkDefault 9999999;
CPU_SCALING_MAX_FREQ_ON_AC = lib.mkDefault 9999999;
};
};
@ -196,6 +196,7 @@ in
# Shit breaks without this lol
programs.dconf.enable = lib.mkDefault true;
services.dbus.packages = with pkgs; [ gnome3.dconf ];
# better default swap
boot.kernel.sysctl = { "vm.swappiness" = lib.mkDefault 45; };