Added Podman
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user