Link rofi configs to XDG_CONFIG_DIR depending on theme
This commit is contained in:
@ -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";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user