Files
setup-machines/README.md
2025-02-26 22:44:31 +01:00

14 lines
326 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
```