2024-07-14 12:21:08 +02:00
|
|
|
# setup-machines
|
|
|
|
|
|
2025-02-26 20:27:10 +01:00
|
|
|
This repo contains all the tools to correctly setup all the needed tools on a machine from clean install
|
|
|
|
|
|
2025-02-26 22:44:31 +01:00
|
|
|
[home-manager manual](https://nix-community.github.io/home-manager/index.xhtml)
|
|
|
|
|
|
2025-02-26 20:27:10 +01:00
|
|
|
```sh
|
|
|
|
|
home-manager switch --flake .#noahk@NixOS_Desktop
|
|
|
|
|
```
|
2025-02-26 20:49:41 +01:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
sudo nixos-rebuild switch --flake .#NixOS_Desktop
|
|
|
|
|
```
|