10 lines
151 B
Nix
Executable file
10 lines
151 B
Nix
Executable file
{ pkgs, config, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
cmus
|
|
playerctl
|
|
jamesdsp
|
|
yt-dlp
|
|
picard # audio metadata
|
|
];
|
|
}
|