Added Podman

This commit is contained in:
2026-08-06 15:24:50 +02:00
parent 83e41739bb
commit 2adf40d08f
4 changed files with 36 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@
{{- $editor := promptBoolOnce . "features.editor" "Do you want to install Neovim" true }}
{{- $nix := promptBoolOnce . "features.nix" "Do you want to install the Nix package manager" true }}
{{- $terminal := promptBoolOnce . "features.terminal" "Do you want to install Wezterm" true }}
{{- $podman := promptBoolOnce . "features.podman" "Do you want to install Podman" true }}
{{- $paru := false -}}
{{ if eq .chezmoi.osRelease.id "arch" -}}
@@ -23,3 +24,4 @@ editor = {{ $editor }}
nix = {{ $nix }}
paru = {{ $paru }}
terminal = {{ $terminal }}
podman = {{ $podman }}