From 3ec815d3e6d5c290848b3cdfce5effa6e9c9e507 Mon Sep 17 00:00:00 2001 From: traverseda Date: Fri, 16 Aug 2024 14:30:50 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc703c..3345d4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - https://github.com/Misterio77/nix-starter-configs ## Notes @@ -8,6 +7,12 @@ https://github.com/Misterio77/nix-starter-configs nixos-rebuild build-vm --flake ./#athame ``` +```bash +sh <(curl -L https://nixos.org/nix/install) --daemon +home-manager switch --flake git+https://codeberg.org/traverseda/nixos-config.git?ref=main#traverseda@generic --extra-experimental-features nix-command --extra-experimental-features flakes +``` + + ## Building a LiveCD To build a livecd using this flake, you can use the following command: