summaryrefslogtreecommitdiff
path: root/users/seth/shell/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/bash.nix')
-rw-r--r--users/seth/shell/bash.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix
index 3be0254..bf5b377 100644
--- a/users/seth/shell/bash.nix
+++ b/users/seth/shell/bash.nix
@@ -6,6 +6,7 @@ in
options.seth.shell.bash = {
enable = lib.mkEnableOption "Bash configuration" // {
default = config.seth.enable;
+ defaultText = lib.literalExpression "config.seth.enable";
};
};