mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
parent
b9d4f55228
commit
3673107bc4
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ in {
|
|||
${optionalString "cursor" cfg.cursorColor}
|
||||
${optionalString "cursor_foreground" cfg.cursorForegroundColor}
|
||||
${optionalString "foreground" cfg.foregroundColor}
|
||||
${optionalString "foregroundBold" cfg.foregroundBoldColor}
|
||||
${optionalString "foreground_bold" cfg.foregroundBoldColor}
|
||||
${optionalString "highlight" cfg.highlightColor}
|
||||
|
||||
${cfg.colorsExtra}
|
||||
|
|
Loading…
Reference in a new issue