parent
44a1e72d2e
commit
038f1eac11
|
@ -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