mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
rofi: fix default path
This commit is contained in:
parent
d9c5d3c868
commit
782d2fab83
1 changed files with 1 additions and 1 deletions
|
@ -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