This commit is contained in:
2026-03-27 23:14:29 +02:00
parent 08fd0ea72c
commit 15bc9617a4
46 changed files with 868 additions and 587 deletions

View File

@@ -62,7 +62,7 @@
| ------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `SUPER+SHIFT+ENTER` | Change wallpaper |
| `SUPER+F1` | Hide waybar |
| `SUPER+F2` | [Roblox](https://roblox.com) [Roblox](https://sober.vinegarhq.org) [Roblox](https://github.com/ocbwoy3/tuxstrap) |
| `SUPER+F2` | [Roblox](https://roblox.com) [Roblox](https://sober.vinegarhq.org) |
| `SUPER+Space` | Switch Keyboard Layout (English, Latvian) |
## How to install NixOS
@@ -85,7 +85,7 @@
root -> /root
```
2. Create user named 'ocbwoy3'
2. Create user named `kris`
3. Run this in order:
@@ -97,19 +97,21 @@ nix-shell -p git
4. Run this inside the `nix-shell`
```bash
git clone git@tangled.sh:ocbwoy3.dev/nix
cd config
sudo nixos-rebuild switch --flake .#default --impure --cores 20
git clone git@tangled.sh:kris.darkworld.download/nix /tmp/nix-config
sudo rm -rf /etc/nixos
sudo mv /tmp/nix-config /etc/nixos
cd /etc/nixos
sudo nixos-rebuild switch --flake /etc/nixos#default --cores 20
```
1. Reboot, run this in your terminal:
```bash
mkdir -p /home/ocbwoy3/Pictures/Screenshots
mkdir -p /home/ocbwoy3/Downloads
mkdir -p /home/ocbwoy3/Desktop
mkdir -p /home/ocbwoy3/Documents
mkdir -p /home/ocbwoy3/Projects
mkdir -p /home/kris/Pictures/Screenshots
mkdir -p /home/kris/Downloads
mkdir -p /home/kris/Desktop
mkdir -p /home/kris/Documents
mkdir -p /home/kris/Projects
```
6. Add this to `/etc/resolv.conf` as root