We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153e48b commit 1d88959Copy full SHA for 1d88959
1 file changed
usr/share/mios/mios.toml
@@ -580,6 +580,24 @@ pkgs = [
580
"fastfetch-cli.fastfetch", # fastfetch
581
]
582
583
+# Post-install PATH verification probes -- the binaries build-mios.ps1's
584
+# Install-MiosWindowsTools loops through to confirm `Get-Command <name>`
585
+# resolves after the winget installs + PATH augmentation. Operators who
586
+# add a custom package above (or remove the default set) extend / shrink
587
+# this list to match.
588
+verify_probes = [
589
+ "fastfetch",
590
+ "btop",
591
+ "rg",
592
+ "fzf",
593
+ "jq",
594
+ "gh",
595
+ "bat",
596
+ "fd",
597
+ "pwsh",
598
+ "oh-my-posh"
599
+]
600
+
601
[packages.dev_vm_essentials]
602
# Minimum DNF package set installed into podman-MiOS-DEV at Phase-3
603
# provisioning so the build pipeline can RUN -- mkpasswd / openssl /
0 commit comments