72e01287d68d3643d92c7ccde96715686932281f
btw i use nix :3
- install base nixos using the commandline
- without ui and bloat
- with this disk config
/dev/sda1 - 1G fat32 fmask=0022 dmask=0022 vfat
mounts to /boot
# add compress=zstd
/dev/sdb2 - 100% btrfs
subvol root -> /
noatime subvol nix -> /nix
subvol home -> /home
subvol root -> /root
-
create user named 'ocbwoy3'
-
run this
cd ~
nix-shell -p git
- run this inside nix shell
git clone https://github.com/ocbwoy3/config
cd config
sudo nixos-rebuild switch --flake .#default --impure --cores 4
- reboot and run this
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
- add to
/etc/resolv.confas root
nameserver 1.1.1.1
-
disable
networking.resolvconf.enable = true;to prevent isp spying -
install roblox
-
copy asset overlay content folder to
~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay -
done
Languages
Nix
42.5%
Shell
26.7%
TypeScript
23.7%
CSS
6%
QML
1.1%