11 lines
222 B
Nix
11 lines
222 B
Nix
{
|
|
programs.pyradio = {
|
|
enable = true;
|
|
settings = { };
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.config/pyradio/config"
|
|
assertPathNotExists "home-files/.config/pyradio/stations.csv"
|
|
'';
|
|
}
|