update-flake.lock

This commit is contained in:
Christoph Hollizeck 2024-04-11 10:02:07 +02:00
parent 9c99fb05c7
commit dbe80995ff
No known key found for this signature in database
4 changed files with 15 additions and 17 deletions

View file

@ -16,7 +16,8 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ noisetorch ];
environment.systemPackages = with pkgs; [ noisetorch pavucontrol
];
programs.noisetorch.enable = true;