diff --git a/.nixpkgs/config.nix b/.nixpkgs/config.nix index ed75024..8f9e75a 100644 --- a/.nixpkgs/config.nix +++ b/.nixpkgs/config.nix @@ -18,7 +18,6 @@ bat opentofu helm - stow ]; }; }; diff --git a/install.sh b/install.sh index 6b79ee1..d6ac052 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,8 @@ #!/bin/bash rm .bashrc .zshrc .ideavirmrc .gitmodules -sudo apt update +sudo apt update && sudo apt install stow +stow --adopt . +git reset --hard sudo mkdir -m 0755 /nix && sudo chown vscode /nix sh <(curl -L https://nixos.org/nix/install) --no-daemon @@ -9,4 +11,4 @@ sh <(curl -L https://nixos.org/nix/install) --no-daemon cd "/home/vscode/dotfiles" stow --adopt . -git reset --hard +kit reset --hard