12 lines
245 B
Markdown
12 lines
245 B
Markdown
# setup-machines
|
|
|
|
This repo contains all the tools to correctly setup all the needed tools on a machine from clean install
|
|
|
|
```sh
|
|
home-manager switch --flake .#noahk@NixOS_Desktop
|
|
```
|
|
|
|
```sh
|
|
sudo nixos-rebuild switch --flake .#NixOS_Desktop
|
|
```
|