feat(nixos:appearance): move appearance options to nixos
This commit is contained in:
parent
cedeb52103
commit
ceb66c03cf
51 changed files with 393 additions and 377 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
inherit (config.colorscheme) palette;
|
||||
inherit (osConfig.ooknet.appearance.colorscheme) palette;
|
||||
in {
|
||||
text =
|
||||
/*
|
||||
|
|
@ -51,7 +51,7 @@ in {
|
|||
|
||||
datetime "#[fg=#${palette.base05},bold] {format} "
|
||||
datetime_format "%I:%M %p"
|
||||
datetime_timezone "${config.home.sessionVariables.TZ}"
|
||||
datetime_timezone "${osConfig.time.timeZone}"
|
||||
}
|
||||
}
|
||||
children
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue