From 038f1eac11e24b7e41e8e56493f21a538b5e5f5d Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sun, 30 Sep 2018 18:22:21 +0900 Subject: [PATCH] rofi: fix default path (cherry picked from commit 782d2fab83fe1964e220f5b343d68659b9dd9cf2) --- modules/programs/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; };