mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41: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";
|
light = "GitHub_Light.conf";
|
||||||
}
|
}
|
||||||
.${theme};
|
.${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
|
in
|
||||||
[
|
[
|
||||||
"--config"
|
"--config"
|
||||||
./kitty.conf
|
./kitty.conf
|
||||||
"--config"
|
"--override"
|
||||||
kitty-theme
|
kitty-theme
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue