commit 3c878c6edd9204384d037dbfbc4230d878a0ec45 Author: foglar Date: Sat Jan 4 10:25:43 2025 +0100 Initial commit 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" +``` +