Fix variable name

This commit is contained in:
SebastianStork 2024-05-09 19:05:51 +02:00
parent dfd8fe776f
commit 51c90e00fa

View file

@ -8,7 +8,7 @@ assembleWrapper {
basePackage = pkgs.rofi-wayland;
flags = let
kitty-config =
rofi-config =
{
dark = ./dark-config.rasi;
light = ./light-config.rasi;
@ -16,6 +16,6 @@ assembleWrapper {
.${theme};
in [
"-config"
kitty-config
rofi-config
];
}