1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 10:58:31 +02:00

rofi: fix default path

(cherry picked from commit 782d2fab83)
This commit is contained in:
Matthieu Coudron 2018-09-30 18:22:21 +09:00 committed by Robert Helgesson
parent 44a1e72d2e
commit 038f1eac11
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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.";
};