diff options
Diffstat (limited to 'nixos/modules/features/audio-tools')
| -rw-r--r-- | nixos/modules/features/audio-tools/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/modules/features/audio-tools/default.nix b/nixos/modules/features/audio-tools/default.nix new file mode 100644 index 0000000..b3013b0 --- /dev/null +++ b/nixos/modules/features/audio-tools/default.nix @@ -0,0 +1,12 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + mpc + mpd + mpd-mpris + mpv + rmpc + pavucontrol + ]; +}
\ No newline at end of file |
