Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
1<br>
2<div align="center"><img src=".tangled/assets/puzzlevision.png" width="120px" height="auto"></div>
3
4<h1 align="center">Puzzlevision<br></h1>
5<div align="center">Non-stop entertainment! The wackiest NixOS configuration to-date.</div>
6<br>
7
8> [!CAUTION]
9> Any and all changes on this branch are officially part of the 3rd iteration of these NixOS dotfiles.
10> 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.
11
12## 🚀 Deployment
13To deploy a system run the following command in your terminal of choice.
14
15```sh
16sudo nixos-rebuild switch --flake .#hostname --accept-flake-config
17```
18
19If you're interested in a quick way to experiment with this configuration,
20you may use the following command to build a VM.
21
22```sh
23sudo nixos-rebuild build-vm --flake .#hostname --accept-flake-config
24```
25
26## 👷 CI/CD coverage
27There will be CI/CD coverage based on the Spindle-Pipeline-System™, when I find the time.
28
29## 🏗️ Structure
30The folder structure of this flake will be documented here, once finalised.
31
32## 🎨 Credits
33Parts of this flake were inspired by the likes of:
34
35- [isabelroses](https://github.com/isabelroses)
36- [uncenter](https://github.com/uncenter)
37- [xaiyadev](https://github.com/xaiyadev)
38
39and documentations such as:
40
41- [flake-parts](https://flake.parts)
42- [NixOS and Flakes book](https://nixos-and-flakes.thiscute.world)
43- [The official NixOS wiki](https://wiki.nixos.org)
44
45many thanks to their hard work!