Files
Nix-Vibe/modules/desktop/apps/soundux.nix
T

6 lines
65 B
Nix

{
services.flatpak.packages = [
"io.github.Soundux"
];
}