mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix kitty theme
This commit is contained in:
parent
30c546b57f
commit
a6d86394d0
1 changed files with 2 additions and 2 deletions
|
|
@ -16,12 +16,12 @@ assembleWrapper {
|
|||
light = "GitHub_Light.conf";
|
||||
}
|
||||
.${theme};
|
||||
kitty-theme = pkgs.writeText "kitty-theme" "include ${pkgs.kitty-themes}/share/kitty-themes/themes/${theme-file}}";
|
||||
kitty-theme = "include=${pkgs.kitty-themes}/share/kitty-themes/themes/${theme-file}";
|
||||
in
|
||||
[
|
||||
"--config"
|
||||
./kitty.conf
|
||||
"--config"
|
||||
"--override"
|
||||
kitty-theme
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue