fix(marpa): better audio configuration for marpa
This commit is contained in:
parent
08bb83e21c
commit
ddb1dcab2e
@ -64,8 +64,13 @@
|
|||||||
curl
|
curl
|
||||||
openssl
|
openssl
|
||||||
wget
|
wget
|
||||||
|
alsa-scarlett-gui
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1
|
||||||
|
'';
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
@ -94,6 +94,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services = {
|
||||||
|
mpris-proxy.enable = true;
|
||||||
|
playerctld.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
manual.html.enable = true;
|
manual.html.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user