Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 744 Bytes

Nix / NixOS config

Psst: I can help write Nix at your company. Get in touch.

Overview

Hey, you made it! Welcome. 🤓

This is my personal NixOS configuration, which I use on my personal computers and servers. It's a work in progress, but it's already pretty cool. I'm sharing it here in case it's useful to others.

Bootstrap New Computer

For MacOS, install Nix package manager and dependencies

xcode-select --install
sh <(curl -L https://nixos.org/nix/install) --daemon
make switch

Update dependencies

nix flake update