replace mpd with mopidy

This commit is contained in:
notgne2 2022-01-19 22:58:17 -07:00
parent 6b5dbaa92e
commit ef57d36110
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
5 changed files with 131 additions and 19 deletions

View file

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