···3333- improved secrets management
3434- keeping external assets closer to their related nix file, e.g. wallpapers in
3535the desktop modules folder
3636+3737+## 🏗️ Structure
3838+The structure this flake aims to build on is relatively simple to grasp.
3939+4040+```
4141+flake.nix --> The flake.
4242+/systems --> NixOS configurations for various types of systems, using easy-hosts.
4343+/modules --> Modules that are mapped to their corresponding easy-hosts class (and home modules).
4444+ /nixos --> (example) Modules specific to the nixos class configured in easy-hosts.
4545+/homes --> Directory for home-manager configurations, not specific to the system type.
4646+/lib --> A place for custom lib attributes exposed on the flake namespace (lib.puzzlevision.mkOpt).
4747+(more...) --> Additional directories have been considered (e.g. shells), but as of right now, they serve no use to me.
4848+```
4949+5050+## 🎨 Credits
5151+Parts of this flake were inspired by the likes of:
5252+5353+- [isabelroses](https://github.com/isabelroses)
5454+- [uncenter](https://github.com/uncenter)
5555+5656+Many thanks to their hard work!