puter/hosts/headful/insomniac/spotify.nix
2025-03-23 22:48:46 +01:00

6 lines
66 B
Nix

{
services.flatpak.packages = [
"com.spotify.Client"
];
}