[NixOS] Use lib functions from nixos directory for now

This commit is contained in:
Ivan Malison 2023-06-28 22:39:07 -06:00
parent 13308ce99a
commit 09752da778
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4,7 +4,7 @@ with lib;
options = {
dotfiles-directory = mkOption {
type = types.str;
default = "/home/imalison/dotfiles";
default = ../.;
};
};