Refactor custom options
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -68,7 +68,7 @@ in
|
||||
|
||||
configDir = mkOption {
|
||||
type = str;
|
||||
default = "${config.xdg.configHome}/theme";
|
||||
default = "${home}/.config/theme";
|
||||
description = "The path to the theme config directory.";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user