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