diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 10:27:23 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-30 10:27:23 -0600 |
| commit | f58349a5690001aaead5ee50321f05a870e2b87e (patch) | |
| tree | b4907a67591bd02c61652fd99941a0e0e4cb6602 /modules/terminal/options.nix | |
| parent | 3c79a42686239c84ab6531f21f51882e4c622732 (diff) | |
declare github authentication key
Diffstat (limited to 'modules/terminal/options.nix')
| -rw-r--r-- | modules/terminal/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/terminal/options.nix b/modules/terminal/options.nix index 77b1f13..25e0eb4 100644 --- a/modules/terminal/options.nix +++ b/modules/terminal/options.nix @@ -43,6 +43,7 @@ in { userEmail = mkOption { type = types.str; }; + installKey = mkEnableOption "automatically install github authentication key"; }; helix = { |
