rofi: fix default path

This commit is contained in:
Matthieu Coudron 2018-09-30 18:22:21 +09:00 committed by Nikita Uvarov
parent d9c5d3c868
commit 782d2fab83
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

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