Files
setup-machines/README.md

14 lines
330 B
Markdown
Raw Permalink Normal View History

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
2025-02-28 19:01:15 +01:00
home-manager switch --flake ".#noahk@NixOS_Desktop"
2025-02-26 20:27:10 +01:00
```
2025-02-26 20:49:41 +01:00
```sh
2025-02-28 19:01:15 +01:00
sudo nixos-rebuild switch --flake ".#NixOS_Desktop"
2025-02-26 20:49:41 +01:00
```