Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 722 Bytes

Dotfiles (NixOS)

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.

Configuration

The main part of my configuration resolves around these 3 files:

Installation

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 .