nix-config/README.md
2024-04-25 00:37:15 +00:00

15 lines
306 B
Markdown

# nix-config
Jo's absolutely insane NixOS configuration - not in the good way
## 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
```