NixOS niri rice
My personal dotfiles riced around the Everforest dark soft variant
- Clone the repo
git clone https://github.com/c04o/dots.git ~/dots
cd ~/dots- Overwrite my hardware config with your actual machine's
sudo nixos-generate-config --show-hardware-config > ./hardware-configuration.nix-
Replace my user variables in
home.nix,flake.nix, andconfiguration.nix. UpdatehostName,i18n,users,timeZone, to match your desired setup -
Stage the new files
Important
Nix Flakes ignore unstaged files. Stage everything or the build won't consider your changes
git add .- Build & apply
Note
The extra flags ensure this works even on a fresh live USB install where flakes aren't enabled by default
sudo nixos-rebuild switch --flake .#yourhostname --extra-experimental-features "nix-command flakes"dots is licensed under the MIT license