summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-22 12:41:39 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-22 12:41:39 -0500
commit5c45c2e2002d3099f6977f8c03c53bf4eb4e7ba5 (patch)
tree3ad05ddbcf4c3b06b3060398d7b312b543b0e0cb /modules/default.nix
parentzsh plugins (diff)
downloaddotfiles-nix-5c45c2e2002d3099f6977f8c03c53bf4eb4e7ba5.tar.gz
dotfiles-nix-5c45c2e2002d3099f6977f8c03c53bf4eb4e7ba5.tar.bz2
dotfiles-nix-5c45c2e2002d3099f6977f8c03c53bf4eb4e7ba5.zip
wireguard freyanet
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";