From 52b93637453cb120feb039ecea8f42c949e1abf6 Mon Sep 17 00:00:00 2001 From: Nikita Uvarov Date: Fri, 12 Oct 2018 10:52:41 +0200 Subject: [PATCH] rofi: set configPath defaultText to avoid rebuilds --- modules/programs/rofi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/rofi.nix b/modules/programs/rofi.nix index 0a6b3943c..ed21655ba 100644 --- a/modules/programs/rofi.nix +++ b/modules/programs/rofi.nix @@ -281,6 +281,7 @@ in configPath = mkOption { default = "${config.xdg.configHome}/rofi/config"; + defaultText = "$XDG_CONFIG_HOME/rofi/config"; type = types.string; description = "Path where to put generated configuration file."; };