[NixOS] Properly set type of dotfiles-directory
This commit is contained in:
parent
81b13ebac7
commit
9d1f039387
@ -3,7 +3,7 @@ with lib;
|
|||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
dotfiles-directory = mkOption {
|
dotfiles-directory = mkOption {
|
||||||
type = types.str;
|
type = types.path;
|
||||||
default = ../.;
|
default = ../.;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user