Add ansible (mostly for diffs and vault editing)

This commit is contained in:
Chris (wolcen) Thompson 2025-09-24 10:30:06 -04:00
parent c60a1fdf34
commit 9f901f7a30

View file

@ -235,6 +235,7 @@ in
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ansible # automation/software-defined-configuration tool
binutils # gnu bin utils binutils # gnu bin utils
# conda # python environment management # conda # python environment management
uv # alternative for python env management... uv # alternative for python env management...