Install flac.
This commit is contained in:
parent
b3587531da
commit
5ba548b4b7
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
|||
group = config.services.lidarr.group;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ shntool ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
flac
|
||||
shntool
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue