11 lines
137 B
Nix
Executable file
11 lines
137 B
Nix
Executable file
{ pkgs, config, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
#cmus
|
|
playerctl
|
|
jamesdsp
|
|
yt-dlp
|
|
feishin
|
|
];
|
|
}
|
|
|