2025-06-04 12:53:00 +03:00
2025-06-04 12:53:00 +03:00
2025-05-28 23:27:30 +03:00
2025-06-04 12:53:00 +03:00
2024-11-09 20:55:43 +02:00
2025-05-17 17:15:08 +03:00
2025-05-28 23:27:30 +03:00
2025-05-28 23:27:30 +03:00
2025-04-16 11:29:23 +03:00
2025-03-12 21:25:53 +02:00

btw i use nix :3

  1. 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
  1. create user named 'ocbwoy3'

  2. run this

cd ~
nix-shell -p git
  1. run this inside nix shell
git clone https://github.com/ocbwoy3/config
cd config
sudo nixos-rebuild switch --flake .#default --impure --cores 4
  1. 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
  1. add to /etc/resolv.conf as root
nameserver 1.1.1.1
  1. disable networking.resolvconf.enable = true; to prevent isp spying

  2. install roblox

  3. copy asset overlay content folder to ~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay

  4. done

Description
nixos config + dots
Readme 3.6 MiB
Languages
Nix 42.5%
Shell 26.7%
TypeScript 23.7%
CSS 6%
QML 1.1%