From 1143e31f70355576cfc2f7b3063a9302b6f9de71 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 18:02:44 -0400 Subject: seth: better document options --- users/seth/shell/bash.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/seth/shell/bash.nix') 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"; }; }; -- cgit v1.2.3