[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 = {
|
||||
dotfiles-directory = mkOption {
|
||||
type = types.str;
|
||||
default = "/home/imalison/dotfiles";
|
||||
default = ../.;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user