puter/hosts/headful/flamingo/supersonic.nix

6 lines
78 B
Nix
Raw Permalink Normal View History

2025-03-01 21:21:00 +00:00
{
services.flatpak.packages = [
2025-04-08 21:27:00 +00:00
"io.github.dweymouth.supersonic"
2025-03-01 21:21:00 +00:00
];
}