1
0
Fork 0
puter/hosts/headful/flamingo/spotify.nix

6 lines
66 B
Nix
Raw Normal View History

2025-03-01 22:21:00 +01:00
{
services.flatpak.packages = [
2025-03-23 22:48:46 +01:00
"com.spotify.Client"
2025-03-01 22:21:00 +01:00
];
}