1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
Flake Update Bot
f8e00d0ae8 Update from updated-inputs-2025-07-16-01-03 2025-07-16 03:03:08 +02:00
Flake Update Bot
541a9ea00b Update nixpkgs 2025-07-16-01-03 2025-07-16 03:03:06 +02:00
9b05a008bb configuration/desktop: Add helvum audio routing gui 2025-07-15 19:39:46 +02:00

View File

@@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
@@ -16,4 +16,8 @@
}; };
}; };
environment.systemPackages = with pkgs; [
helvum # pipewire routing gui
];
} }