mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-04 03:42:10 +00:00
~
This commit is contained in:
parent
19d05f0597
commit
f57ef00a14
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,4 +1,4 @@
|
|||

|
||||

|
||||
|
||||
this is rae's nixOS config meow
|
||||
|
||||
|
@ -17,8 +17,12 @@ cd .dotfiles/
|
|||
nixos-install --flake './nixos#[hostname]'
|
||||
```
|
||||
|
||||
from my experience the process is more involved, but it ultimately boils down to those three commands above (the first command is only for bootstrapping). youll need to make a configuration for your host which involves creating default configurations with `nixos-generate-config`, copying it to your host's folder in `nixos/hosts/[host]/`, editing it, and then adding it to `flake.nix`. after that you should clone the repo inside of `/home/rae/` on your filesystem
|
||||
|
||||
# usage
|
||||
|
||||
the system should boot into openbox and from there you'll have your statusbar and a lot of keybinds to learn x3
|
||||
|
||||
## openbox hotkeys
|
||||
|
||||
```
|
||||
|
@ -85,3 +89,8 @@ or:
|
|||
**Alt+Right arrow** to go to the next desktop<br>
|
||||
**Alt+[1-4]** to go to a specific desktop
|
||||
|
||||
# (history)
|
||||
|
||||
here is the very first finalized version of this config that was originally tested on a qemu vm. it took 14 hours to set up. after running it on the machine itself and switching over to the configuration in its entirety i realized that it was complete and utter HORSESHIT. making things look nice again took another like four hours.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue