mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Minor formatting improvement
This commit is contained in:
parent
694a21affa
commit
dfd8fe776f
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
assembleWrapper {
|
assembleWrapper {
|
||||||
basePackage = pkgs.kitty;
|
basePackage = pkgs.kitty;
|
||||||
|
|
||||||
appendFlags = let
|
flags = let
|
||||||
toKittyConfig = lib.generators.toKeyValue {
|
toKittyConfig = lib.generators.toKeyValue {
|
||||||
mkKeyValue = key: value: let
|
mkKeyValue = key: value: let
|
||||||
value' = (
|
value' = (
|
||||||
|
|
@ -32,8 +32,8 @@ assembleWrapper {
|
||||||
.${theme}}";
|
.${theme}}";
|
||||||
in [
|
in [
|
||||||
"--config"
|
"--config"
|
||||||
"${kitty-config}"
|
kitty-config
|
||||||
"--config"
|
"--config"
|
||||||
"${kitty-theme}"
|
kitty-theme
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue