Note
Welcome!
This is a simplified branch of my Nix configuration. For complete documentation, setup details, ricing, and advanced configurations (impermanence, disko, secure boot), check out the OG Branch.
|
My NixOS/Nix Config built using flakes. |
-
Connect to the internet
- The ISO includes NetworkManager, so you can use
nmtuito connect to WiFi
- The ISO includes NetworkManager, so you can use
-
Get the disko configuration
# Replace <hostname> with your target hostname (e.g., mach, vm, jp-mbp) nix eval github:niksingh710/ndots#disko.partition \ --apply 'b: builtins.fromJSON (builtins.toJSON (b { device = "/dev/nvme0n1"; ssdOptions = []; }))' \ --impure > disko-config.nix
-
Partition the disk
sudo disko --mode destroy,format,mount --yes-wipe-all-disks ./disko-config.nix
-
Install the system
sudo nixos-install --no-root-passwd --root /mnt --flake github:niksingh710/ndots#<hostname>
For general instructions, troubleshooting, and detailed setup information, see the OG Branch.
| Host | Description |
|---|---|
| mach | Personal laptop (CLI setup) |
| vm | Virtual Machine testing (CLI only) |
| iso | Custom installer ISO with NetworkManager and pre-configured setup |
| jp-mbp | MacBook Pro M4 (Darwin) |
🖥️ Current Setup Previews
My current setup is fully CLI-based, accessed via Tailscale.
![]() |
![]() |
|---|
![]() |
![]() |
|---|
You can find more UI previews in my old repository: gdots or in my Hacky issue
Colors are adapted from the wallpapers
- For Telegram I have ported
walogramtheme generator for my stylix config.
I’ve used Stylix for theming.
Check out my favorite color schemes on base16.
On Darwin systems (MacBook), I use Yabai for window management.
nix build .#isoThe ISO will be available in result/iso.
This configuration uses Flake-Parts to modularize the setup. Check the parts/ directory for:
disko/- Disk partitioning configurationsiso/- ISO builder configurations
Thanks to all the amazing NixOS community members whose configurations inspired this setup: iynaix, fufexan, nobbZ, lilleaila, vimjoyer, srid








