update readme to new url

This commit is contained in:
2025-08-21 15:47:34 +03:00
parent c679925965
commit c37926ac6a

View File

@@ -1,10 +1,6 @@
btw i use nix :3
![](etc/rice.png) ![](etc/rice.png)
# How to use Hyprland # Keybind reference
I choose the keybinds, you don't.
| Keybind | What it does | | Keybind | What it does |
|-----------|----------------------| |-----------|----------------------|
@@ -72,7 +68,7 @@ I choose the keybinds, you don't.
1. Install base NixOS from the commandline 1. Install base NixOS from the commandline
- Without UI and bloatware - Without UI
- Use this disk configuration - Use this disk configuration
``` ```
@@ -100,7 +96,7 @@ nix-shell -p git
4. Run this inside the `nix-shell` 4. Run this inside the `nix-shell`
```bash ```bash
git clone https://github.com/ocbwoy3/config git clone git@tangled.sh:ocbwoy3.dev/nix
cd config cd config
sudo nixos-rebuild switch --flake .#default --impure --cores 4 sudo nixos-rebuild switch --flake .#default --impure --cores 4
``` ```