nixfiles/home/apps/pavucontrol.nix

2 lines
57 B
Nix
Raw Normal View History

{pkgs, ...}: {home.packages = with pkgs; [pavucontrol];}