nixos-config/README.md
Sridhar Ratnakumar 10add30249 Fix Makefile
2022-04-30 11:58:50 -04:00

1.1 KiB

This repository contains the Nix / NixOS configuration for all of my systems. Start from flakes.nix (see Flakes).

To build,

make

Install notes

Directory layout

  • nixos: nixos config (includes nix-darwin)
  • home: home-manager config
  • hosts: top-level configuration.nix('ish) for various kinds of system

  1. You might have to rm -rf /etc/nix/nix.conf, so our flake.nix can do its thing. ↩︎