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