[NixOS] Use lib functions from nixos directory for now
This commit is contained in:
parent
13308ce99a
commit
09752da778
@ -4,7 +4,7 @@ with lib;
|
|||||||
options = {
|
options = {
|
||||||
dotfiles-directory = mkOption {
|
dotfiles-directory = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/home/imalison/dotfiles";
|
default = ../.;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user