rofi: fix default path
This commit is contained in:
parent
d9c5d3c868
commit
782d2fab83
|
@ -280,7 +280,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
configPath = mkOption {
|
configPath = mkOption {
|
||||||
default = ".config/rofi/config";
|
default = "${config.xdg.configHome}/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