1
0

Added Nix

This commit is contained in:
2025-11-03 18:07:10 +01:00
parent b25a30615b
commit a89bfb740e
6 changed files with 26 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
{{- $shell := promptBoolOnce . "features.shell" "Do you want to install the Fish shell" true }}
{{- $git := promptBoolOnce . "features.git" "Do you want to install Git" true }}
{{- $editor := promptBoolOnce . "features.editor" "Do you want to install Neovim" true }}
{{- $nix := promptBoolOnce . "features.editor" "Do you want to install the Nix package manager" true }}
[data]
email = {{ $email | quote }}
@@ -13,3 +14,4 @@ git_name = {{ $git_name | quote }}
shell = {{ $shell }}
git = {{ $git }}
editor = {{ $editor }}
nix = {{ $nix }}