nix-config/README.md
Jo 23635a9bda remove old config
Signed-off-by: Jo <johannesreckers2006@gmail.com>
2024-07-23 02:12:34 +02:00

15 lines
302 B
Markdown

# nix-config
Jo's absolutely insane NixOS configuration - as of july 2024
## Deployment
Run this to apply your system configuration.
```sh
sudo nixos-rebuild switch --flake .#hostname
```
Run this, to apply your home-manager configuration.
```sh
home-manager switch --flake .#username@hostname
```