Install flac.

This commit is contained in:
Nolan Darilek 2024-12-24 09:11:40 -06:00
parent b3587531da
commit 5ba548b4b7

View File

@ -48,7 +48,10 @@
group = config.services.lidarr.group;
};
environment.systemPackages = with pkgs; [ shntool ];
environment.systemPackages = with pkgs; [
flac
shntool
];
system.stateVersion = "23.11";
}