updated hyprland conf and added readme

This commit is contained in:
2026-08-15 18:25:55 -07:00
parent 0ac9b5a78b
commit 4859b8521b
4 changed files with 297 additions and 115 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
```bash
# Setup disks
nix run --experimental-features "nix-common flakes" github:nix-community/disko -- --mode disko --flake .#hades
# install configs
nixos-install --flake .#hades
# set password
nixos-enter --root /mnt -- passwd anish
```