gitui: fix config.lib.stylix.colors.withHashtag typo (#1154)
Link: https://github.com/danth/stylix/pull/1154 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
This commit is contained in:
parent
45aa31f5a4
commit
a7a0682b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
config.lib.stylix.mkEnableTarget "GitUI" true;
|
||||
|
||||
config = lib.mkIf (config.stylix.enable && config.stylix.targets.gitui.enable) {
|
||||
programs.gitui.theme = with config.lib.stylix.colors.withHashtags; ''
|
||||
programs.gitui.theme = with config.lib.stylix.colors.withHashtag; ''
|
||||
(
|
||||
selected_tab: Some("Reset"),
|
||||
command_fg: Some("${base05}"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue