[NixOS] Use lib functions from nixos directory for now

This commit is contained in:
2023-06-28 22:39:07 -06:00
parent 13308ce99a
commit 09752da778

View File

@@ -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 = ../.;
}; };
}; };