summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 083e63c..9aed9be 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -24,6 +24,11 @@
description = "Home directory path of the user";
default = "/home/${config.user}";
};
+ dotfilesPath = lib.mkOption {
+ type = lib.types.str;
+ description = "Dotfiles path inside the users home dir";
+ default = "${config.homePath}/.config/nix";
+ };
email = lib.mkOption {
type = lib.types.str;
description = "Primary email of the user";