From 9ac3e09274ce009d1a4b6a56621bfdba60c7d8b7 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 27 Sep 2025 07:43:20 -0500 Subject: [PATCH] update --- .nixpkgs/config.nix | 1 + install.sh | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.nixpkgs/config.nix b/.nixpkgs/config.nix index 8f9e75a..ed75024 100644 --- a/.nixpkgs/config.nix +++ b/.nixpkgs/config.nix @@ -18,6 +18,7 @@ bat opentofu helm + stow ]; }; }; diff --git a/install.sh b/install.sh index 803bd00..6b79ee1 100644 --- a/install.sh +++ b/install.sh @@ -1,9 +1,12 @@ #!/bin/bash rm .bashrc .zshrc .ideavirmrc .gitmodules -sudo apt update && sudo apt install stow -stow --adopt . -git reset --hard +sudo apt update sudo mkdir -m 0755 /nix && sudo chown vscode /nix sh <(curl -L https://nixos.org/nix/install) --no-daemon /home/vscode/.nix-profile/bin/nix-env -iA nixpkgs.myPackages + +cd "/home/vscode/dotfiles" + +stow --adopt . +git reset --hard