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