diff --git a/modules/programs/rofi.nix b/modules/programs/rofi.nix index 19a18fae8..0a6b3943c 100644 --- a/modules/programs/rofi.nix +++ b/modules/programs/rofi.nix @@ -280,7 +280,7 @@ in }; configPath = mkOption { - default = ".config/rofi/config"; + default = "${config.xdg.configHome}/rofi/config"; type = types.string; description = "Path where to put generated configuration file."; };