mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11: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;
|
||||
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue