KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
Find a file
2022-04-30 11:49:28 -04:00
.vscode Delete tasks.json 2022-04-08 22:33:35 -04:00
config ipolybar font 2021-11-20 15:04:47 -05:00
home nvim: modularize zk and haskell support 2022-04-30 11:45:28 -04:00
hosts ax101: fix deprecation; and add lsof 2022-04-25 20:50:35 -04:00
nixos refactor:features -> nixos 2022-04-30 11:49:28 -04:00
scripts +syncthing 2021-09-17 15:38:39 -04:00
.envrc add direnv 2022-04-28 14:47:41 -04:00
.gitignore add direnv 2022-04-28 14:47:41 -04:00
flake.lock nvim: add zk-nvim (and update nixpkgs) 2022-04-29 21:13:04 -04:00
flake.nix refactor:features -> nixos 2022-04-30 11:49:28 -04:00
Makefile Add M1 Max; flesh out macOS install instructions in README.md; parametrize Makefile 2022-04-28 15:04:21 -04:00
README.md Add M1 Max; flesh out macOS install instructions in README.md; parametrize Makefile 2022-04-28 15:04:21 -04:00
shell.nix doom emacs 2021-11-06 09:19:48 -04:00

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

Platforms

NixOS

make nixos  # Or, just `make`

macOS

make darwin # Or, just `make`

Install notes


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