Hey there, came to copy my dots? I'd rather you copy from N3RDIUM's since 90% of mine are from him.
These dotfiles are easily installable as a system flake, so the process to install it on a NixOS system is pretty easy:
- Run
git clone https://github.com/FormunaGit/dotfiles - Delete cloned
hardware-configuration.nixfile withrm ./dotfiles/NewSystem/hardware-configuration.nix - Move current system's
hardware-configuration.nixwithcp /etc/nixos/hardware-configuration.nix ./dotfiles/NewSystem - Delete the
/etc/nixosfolder withsudo rm -rf /etc/nixos(WARNING: this will remove any configs you have in configuration.nix) - Symlink the
dotfilesfolder to/etc/nixoswithsudo ln -s ./dotfiles/ /etc/nixos/
As of June 21, 2025, it looks like this:

A lot of things I would like to add are missing. Here's a small list of what I could add next.
- Actual working graphics drivers (blender runs so slow...)
- Disko for declarative disk management
- BTRFS for the main drive
- Go full terminal oriented
- Bring all of my dotfiles into here