Add qpwgraph

This commit is contained in:
Jakob Lechner 2022-11-25 16:45:37 +00:00
parent 8384c7b130
commit 0bd9d4abf4
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -4,5 +4,6 @@ lib.mkIf nixosConfig.myConfig.gui.enable {
home.packages = with pkgs; [
easyeffects
pavucontrol
qpwgraph
];
}