This commit is contained in:
Filippo Berto 2023-02-25 20:47:20 +01:00
parent d5acd471e7
commit 30c7f8ff25
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 11 additions and 0 deletions

9
hm_modules/ncspot.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.ncspot = {
enable = true;
settings = {
use_nerdfont = true;
notify = true;
};
};
}