diff --git a/hosts/marpa/configuration.nix b/hosts/marpa/configuration.nix index 0bb79ec..29f2f34 100644 --- a/hosts/marpa/configuration.nix +++ b/hosts/marpa/configuration.nix @@ -64,8 +64,13 @@ curl openssl wget + alsa-scarlett-gui ]; + boot.extraModprobeConfig = '' + options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1 + ''; + programs.nix-ld.enable = true; # This value determines the NixOS release from which the default diff --git a/users/phundrak/home.nix b/users/phundrak/home.nix index 369b767..8d180a7 100644 --- a/users/phundrak/home.nix +++ b/users/phundrak/home.nix @@ -94,6 +94,12 @@ ]; }; }; + + services = { + mpris-proxy.enable = true; + playerctld.enable = true; + }; + manual.html.enable = true; }; }