nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
23
navi/laniakea/fnott.nix
Normal file
23
navi/laniakea/fnott.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
services.fnott = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
border-radius = 5;
|
||||
border-size = 2;
|
||||
dpi-aware = "yes";
|
||||
|
||||
title-color = "a6adc8ff";
|
||||
summary-color = "cdd6f4ff";
|
||||
body-color = "cdd6f4ff";
|
||||
background = "1e1e2eff";
|
||||
border-color = "89b4faff";
|
||||
progress-bar-color = "6c7086ff";
|
||||
};
|
||||
|
||||
critical = {
|
||||
border-color = "fab387ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue