mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
rofi: fix default path
This commit is contained in:
committed by
Nikita Uvarov
parent
d9c5d3c868
commit
782d2fab83
@@ -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.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user