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