We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b212449 commit a2ecde4Copy full SHA for a2ecde4
.chezmoi.toml.tmpl
@@ -15,7 +15,7 @@ is_laptop = {{- if (or (eq .chezmoi.hostname "bluestar") (eq .chezmoi.hostname "
15
is_wtf = {{- if (eq .chezmoi.hostname "wtf") }} true {{ else }} false {{ end }}
16
is_io= {{- if (eq .chezmoi.hostname "io") }} true {{ else }} false {{ end }}
17
is_server = {{- if (not (or (eq .chezmoi.hostname "redstar") (eq .chezmoi.hostname "bluestar") (eq .chezmoi.hostname "silverstar"))) }} true {{ else }} false {{ end }}
18
-home_manager_state_version = '{{- promptStringOnce . "home_manager_state_version" "Home Manager state version?" "24.05" }}'
+home_manager_state_version = '{{- promptStringOnce . "home_manager_state_version" "Home Manager state version?" "24.11" }}'
19
20
[edit]
21
command = 'nano'
0 commit comments