13 lines
160 B
Nix
Executable file
13 lines
160 B
Nix
Executable file
{ pkgs, config, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
playerctl
|
|
jamesdsp
|
|
yt-dlp
|
|
feishin
|
|
#mpv-unwrapped
|
|
qpwgraph
|
|
|
|
];
|
|
}
|
|
|