This repository contains my NixOS system configuration. It is made to be very modular, and should evolve in the near future to better match my tastes.
The main part of my configuration resolves around these 3 files:
- Sytem configuration
nixos.nix
- User configuration
home.nix
- Some variables
variables.nix
If you actually want to try it, you can run the following commands
# clone the repository
git clone git@github.com:emsquid/dotfiles.git
# move into it
cd dotfiles
# update the flake
nix flake update
# rebuild from the flake
sudo nixos-rebuild switch --flake .