fix(home-manager): apply lazygit theme (#76)
This commit is contained in:
parent
c62fc3ffa6
commit
d4c0e280e4
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ in
|
||||||
|
|
||||||
config = lib.mkIf enable {
|
config = lib.mkIf enable {
|
||||||
|
|
||||||
programs.lazygit.settings = lib.ctp.fromYaml "${sources.lazygit}/themes/${themePath}";
|
programs.lazygit.settings = lib.ctp.fromYaml "${sources.lazygit}/themes-mergable/${themePath}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue