Files
setup-machines/README.md
2025-02-28 19:01:15 +01:00

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"
```