mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
14 lines
281 B
Markdown
14 lines
281 B
Markdown
# NixOS configuration
|
|

|
|
### Installation guide
|
|
You need to have `git` installed before installing the config.
|
|
```shell
|
|
cd
|
|
git clone https://github.com/Totorile1/nixos.git
|
|
cd ./nixos
|
|
sudo nixos-rebuild switch --flake ~/nixos/#laptop
|
|
```
|
|
|
|
|
|
|