From 3c878c6edd9204384d037dbfbc4230d878a0ec45 Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 4 Jan 2025 10:25:43 +0100 Subject: [PATCH] Initial commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f869e3e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# NixOS flake install script + +- this is the script for automated setup for this [NixOS starter configuration](https://git.foglar.tech/foglar/dotfiles) + +- to start installation you can simply run: + +```bash +nix-shell -p git --command "nix run --experimental-features 'nix-command flakes' github:foglar/nixos-config" +# or +nix-shell -p git --command "nix run --experimental-features 'nix-command flakes' git+https://git.foglar.tech/foglar/dotfiles.git" +``` +