rofi: set configPath defaultText to avoid rebuilds
This commit is contained in:
parent
f947fafec9
commit
52b9363745
|
@ -281,6 +281,7 @@ in
|
||||||
|
|
||||||
configPath = mkOption {
|
configPath = mkOption {
|
||||||
default = "${config.xdg.configHome}/rofi/config";
|
default = "${config.xdg.configHome}/rofi/config";
|
||||||
|
defaultText = "$XDG_CONFIG_HOME/rofi/config";
|
||||||
type = types.string;
|
type = types.string;
|
||||||
description = "Path where to put generated configuration file.";
|
description = "Path where to put generated configuration file.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue