diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 12:00:09 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-27 12:00:09 +0530 |
| commit | 1e4b9e6503019da3a73a936b2dd1a4cc9bc8fdb8 (patch) | |
| tree | ee75551fd688651c8b19b764e10fef4900c99647 /install.sh | |
| parent | 4b7011aa4c2028d0a804dc19c550cb7a7985057f (diff) | |
readme updates + script permission fixes
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ echo "Inserting files..." sudo cp -r Wallpapers ~/Pictures +find . -type f -name "*.sh" -print -exec chmod +x {} \; + echo "Rebuilding..." sudo nixos-generate-config --show-hardware-config > hardware-configuration.nix sudo nixos-rebuild switch --flake .#main |
