mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Fix variable name
This commit is contained in:
parent
dfd8fe776f
commit
51c90e00fa
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ assembleWrapper {
|
||||||
basePackage = pkgs.rofi-wayland;
|
basePackage = pkgs.rofi-wayland;
|
||||||
|
|
||||||
flags = let
|
flags = let
|
||||||
kitty-config =
|
rofi-config =
|
||||||
{
|
{
|
||||||
dark = ./dark-config.rasi;
|
dark = ./dark-config.rasi;
|
||||||
light = ./light-config.rasi;
|
light = ./light-config.rasi;
|
||||||
|
|
@ -16,6 +16,6 @@ assembleWrapper {
|
||||||
.${theme};
|
.${theme};
|
||||||
in [
|
in [
|
||||||
"-config"
|
"-config"
|
||||||
kitty-config
|
rofi-config
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue