1

Link rofi configs to XDG_CONFIG_DIR depending on theme

This commit is contained in:
2023-05-25 11:23:08 +02:00
parent 7c9b8f738d
commit f1a1f5c352
10 changed files with 31 additions and 24 deletions

View File

@ -6,4 +6,10 @@
with lib;
with mylib.modules; {
enable = mkEnableOpt "Rofi";
theme = mkOption {
type = types.str;
example = "Three-Bears";
description = "Color theme to use";
};
}