diff --git a/.nixpkgs/config.nix b/.nixpkgs/config.nix index b614c38..13b76dc 100644 --- a/.nixpkgs/config.nix +++ b/.nixpkgs/config.nix @@ -19,6 +19,7 @@ opentofu helm vivid + stow ]; }; }; diff --git a/install.sh b/install.sh index 5f49523..5e1f3b4 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash rm .bashrc .zshrc .ideavirmrc .gitmodules -sudo apt update && sudo apt install stow ansible -y +sudo apt update && sudo apt install ansible -y make devpod