Skip to content

c04o/dots

Repository files navigation

dots

NixOS niri rice

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

My personal dotfiles riced around the Everforest dark soft variant

Installation

  1. Clone the repo
git clone https://github.com/c04o/dots.git ~/dots
cd ~/dots
  1. Overwrite my hardware config with your actual machine's
sudo nixos-generate-config --show-hardware-config > ./hardware-configuration.nix
  1. Replace my user variables in home.nix, flake.nix, and configuration.nix. Update hostName, i18n, users, timeZone, to match your desired setup

  2. Stage the new files

Important

Nix Flakes ignore unstaged files. Stage everything or the build won't consider your changes

git add .
  1. 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"

License

dots is licensed under the MIT license