Initial commit
This commit is contained in:
commit
3c878c6edd
12
README.md
Normal file
12
README.md
Normal file
@ -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"
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user