puzzlevision/README.md

16 lines
309 B
Markdown
Raw Permalink Normal View History

2024-09-20 22:44:12 +02:00
# Puzzlevision
2023-10-23 00:21:45 +02:00
2024-09-20 22:44:12 +02:00
Non-stop entertainment! The wackiest NixOS configuration to-date.
2023-10-23 00:41:07 +02:00
## 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
```