14 lines
330 B
Markdown
14 lines
330 B
Markdown
# setup-machines
|
|
|
|
This repo contains all the tools to correctly setup all the needed tools on a machine from clean install
|
|
|
|
[home-manager manual](https://nix-community.github.io/home-manager/index.xhtml)
|
|
|
|
```sh
|
|
home-manager switch --flake ".#noahk@NixOS_Desktop"
|
|
```
|
|
|
|
```sh
|
|
sudo nixos-rebuild switch --flake ".#NixOS_Desktop"
|
|
```
|