From f0fdef1cf46731a456b6e4a02635caf2a5b128a4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 27 Sep 2025 08:17:39 -0500 Subject: [PATCH] update --- .nixpkgs/config.nix | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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