fix: allow specific unfree packages in 'audio' module

This commit is contained in:
2026-02-22 13:56:13 +01:00
parent 35f440403e
commit 5f47f0bb01

View File

@@ -1,6 +1,9 @@
_:
{
nixpkgs.allowedUnfree = [
"spotify"
"spotify-unwrapped"
];
security.rtkit.enable = true;
services = {
pulseaudio.enable = false;