diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 00:42:37 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 00:42:37 +0530 |
| commit | 54930dfa8a26a25d5a5bc353b9e025c4ac44c908 (patch) | |
| tree | a26d0c6c692a547a39bb329c7715c10d25ff5f7d /install.sh | |
| parent | b0d6c3079183602e5d010f958f370570d069a157 (diff) | |
fish + NO MORE SYNC + SYNC IS BAD
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |
