From 82260aff47b94f44177a4b4f8bdad4744d0e5c00 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 29 Sep 2024 21:46:33 +0200 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1141d66 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Install on a non NixOS system + +Install nix either with the package, or using determinate systems installer. Make sure that `flakes` and `nix-command` are enabled. +``` +experimental-features = flakes nix-command +``` + +Run home-manager the first time with nix commands. +``` +nix run home-manager -- switch --flake . +``` + +Afterwards make can be used +``` +make home +``` + +The terminal needs to have the [Roboto Mono Nerdfont](https://www.nerdfonts.com/font-downloads) installed.