mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21: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 {
|
||||
basePackage = pkgs.kitty;
|
||||
|
||||
appendFlags = let
|
||||
flags = let
|
||||
toKittyConfig = lib.generators.toKeyValue {
|
||||
mkKeyValue = key: value: let
|
||||
value' = (
|
||||
|
|
@ -32,8 +32,8 @@ assembleWrapper {
|
|||
.${theme}}";
|
||||
in [
|
||||
"--config"
|
||||
"${kitty-config}"
|
||||
kitty-config
|
||||
"--config"
|
||||
"${kitty-theme}"
|
||||
kitty-theme
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue