Add README.md

This commit is contained in:
logical_code 2025-07-06 22:15:30 -04:00
parent 2f64183c6c
commit 532b564d96

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# How to deploy this shit
## Without Nix-Helper
Switch active: `sudo nixos-rebuild --flake ~/nix-test#laptop switch`
Switch on reboot: `sudo nixos-rebuild --flake ~/nix-test#laptop boot`
## With Nix-Helper
Switch active: `nh os switch`
Switch on reboot: `nh os boot`