aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-27 00:42:37 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-27 00:42:37 +0530
commit54930dfa8a26a25d5a5bc353b9e025c4ac44c908 (patch)
treea26d0c6c692a547a39bb329c7715c10d25ff5f7d /install.sh
parentb0d6c3079183602e5d010f958f370570d069a157 (diff)
fish + NO MORE SYNC + SYNC IS BAD
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/install.sh b/install.sh
index 69b066a..a9f7bf1 100755
--- a/install.sh
+++ b/install.sh
@@ -1,17 +1,8 @@
#!/usr/bin/env bash
echo "Inserting files..."
-mkdir -p ~/.config
-sudo cp -r hypr foot nvim tmux waybar wofi yazi starship.toml ~/.config
sudo cp -r Wallpapers ~/Pictures
echo "Rebuilding..."
-
-# Although we are sending the configs to /etc/nixos, we aren't actually using them with the flake setup
-# Consider the operation purely for vanity
-sudo cp -r nixos /etc
-sudo cp -r hardware-configuration.nix /etc/nixos
-
sudo nixos-generate-config --show-hardware-config > hardware-configuration.nix
-
sudo nixos-rebuild switch --flake .#main