mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
samhain: reformat + mako fix + secrets handling
This commit is contained in:
parent
160d4d2b6c
commit
b12e853b31
4 changed files with 21 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
secrets = {
|
||||
persistentRoot = config.xdg.cacheHome + "/kat/secrets";
|
||||
persistentRoot = lib.mkDefault "${config.xdg.cacheHome}/kat/secrets";
|
||||
external = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ in
|
|||
font = "${config.kw.font.name} ${toString config.kw.font.size}";
|
||||
defaultTimeout = 3000;
|
||||
borderColor = base16.base08;
|
||||
backgroundColor = lib.hextorgba base16.base00 0.75;
|
||||
backgroundColor = "${base16.base00}BF";
|
||||
textColor = base16.base05;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue