Puzzlevision
Non-stop entertainment! The wackiest NixOS configuration to-date.
> [!CAUTION]
> Any and all changes on this branch are officially part of the 3rd iteration of these NixOS dotfiles.
> NOTHING here is stable or in any way ready for production use, please keep that in mind, if you ever find yourself looking through the structure/code.
## 🚀 Deployment
To deploy a system run the following command in your terminal of choice.
```sh
sudo nixos-rebuild switch --flake .#hostname --accept-flake-config
```
If you're interested in a quick way to experiment with this configuration,
you may use the following command to build a VM.
```sh
sudo nixos-rebuild build-vm --flake .#hostname --accept-flake-config
```
## 👷 CI/CD coverage
There will be CI/CD coverage based on the Spindle-Pipeline-System™, when I find the time.
## 🏗️ Structure
The folder structure of this flake will be documented here, once finalised.
## 🎨 Credits
Parts of this flake were inspired by the likes of:
- [isabelroses](https://github.com/isabelroses)
- [uncenter](https://github.com/uncenter)
- [xaiyadev](https://github.com/xaiyadev)
and documentations such as:
- [flake-parts](https://flake.parts)
- [NixOS and Flakes book](https://nixos-and-flakes.thiscute.world)
- [The official NixOS wiki](https://wiki.nixos.org)
many thanks to their hard work!