9 lines
122 B
Nix
9 lines
122 B
Nix
{
|
|
programs.ncspot = {
|
|
enable = true;
|
|
settings = {
|
|
use_nerdfont = true;
|
|
notify = true;
|
|
};
|
|
};
|
|
}
|