From 24c218576c3fb00f95517a8fc1ae0a03380da40f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 12 Apr 2026 16:20:50 -0400 Subject: [PATCH] added readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..839e950 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Nix Kickstart + +Written by Wyatt J. Miller, 2026 + +Licensed by the EPL 2.0 + +## How to build + +### System + +If building for `nix-darwin`: + +```bash +nix run nix-darwin --extra-experimental-features nix-command --extra-experimental-features flakes -- switch --flake .# +``` + +Don't forget to substitute your hostname! + +### Home + +If building for `home-manager`: + +```bash +nix build .#homeConfigurations."hostname".activationPackage +./result/activate +``` + +Don't forget to substitute your hostname!