Home: Update paths module
This commit is contained in:
@ -10,7 +10,6 @@ with mylib.modules; {
|
||||
nixflake = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
apply = toString;
|
||||
default = "${config.home.homeDirectory}/NixFlake";
|
||||
example = "${config.home.homeDirectory}/NixFlake";
|
||||
description = "Location of the NixFlake working copy";
|
||||
};
|
||||
@ -18,8 +17,7 @@ with mylib.modules; {
|
||||
dotfiles = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
apply = toString;
|
||||
default = "${config.nixflake}/config";
|
||||
example = "${config.nixflake}/config";
|
||||
example = "${config.home.homeDirectory}/NixFlake/config";
|
||||
description = "Location of the NixFlake working copy's config directory";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user