mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Separate rofi color scheme and config
This commit is contained in:
parent
bf238b1903
commit
baa178a088
5 changed files with 20 additions and 313 deletions
|
|
@ -8,12 +8,13 @@ assembleWrapper {
|
|||
basePackage = pkgs.rofi-wayland;
|
||||
|
||||
flags = let
|
||||
rofi-config =
|
||||
color-file =
|
||||
{
|
||||
dark = ./dark-config.rasi;
|
||||
light = ./light-config.rasi;
|
||||
dark = ./dark.rasi;
|
||||
light = ./light.rasi;
|
||||
}
|
||||
.${theme};
|
||||
rofi-config = pkgs.concatText "rofi-config" [./config.rasi color-file];
|
||||
in [
|
||||
"-config"
|
||||
rofi-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue