1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

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