puzzlevision/README.md
2024-09-20 22:44:12 +02:00

15 lines
309 B
Markdown

# Puzzlevision
Non-stop entertainment! The wackiest NixOS configuration to-date.
## 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
```