···77This repository follow the KISS principle at this moment, but feel free to propose improvement and to help me understand better how nix work.
8899> [!IMPORTANT]
1010-> This configuration is make for my purpose, you can take inspiration and some configuration but do not expect it to work on your side.🙂
1010+> This configuration is make for our purpose, you can take inspiration and some configuration but do not expect it to work on your side.🙂
1111>
1212-> Any damage caused by this configuration is not my responsibility. Use at your own risk.
1212+> Any damage caused by this configuration is not our responsibility. Use it at your own risks.
13131414## ✨️ - Features
1515···1818- [ ] Nix BSD
1919- [ ] WSL
2020- [ ] Homelab with MicroVM
2121-- [x] Multi flavor for DE / WM
2221- [ ] Secrets management
2322- [x] Default on stable channel and have unstable as an overlay (take from [here](https://github.com/AlexNabokikh/nix-config))
2424-- [ ] Dotfiles managing
2323+- [ ] Dotfiles management
2524- [ ] Custom live ISO
2625- [ ] Auto-updating flakes
2726- [ ] Encrypted disks
···5857.
5958├── homes # User home configuration
6059│ ├── <user>@shared # Shared dotfiles between user configuration
6161-│ └── <user>@<host> # Personal folders for dotfiles
6060+│ └── <user>@<host> # Personal folders for dotfiles
6261├── hosts # Host-specific configuration
6363-└── modules # macOS and nix-darwin, NixOS, and shared configuration
6464- ├── shared # Shared modules across all platforms
6565- ├── nixos # Nixos modules
6666- ├── darwin # MacOS modules
6767- └── bsd # FreeBSD modules
6262+├── lib # Custom functions needed to help configure
6363+├── modules # macOS and nix-darwin, NixOS, and shared configuration
6464+│ ├── shared # Shared modules across all platforms
6565+│ ├── nixos # Nixos modules
6666+│ ├── darwin # MacOS modules
6767+│ └── bsd # FreeBSD modules
6868+└── overlays # Helping overlays for building wanted packages
6869```
69707071## 💡 - Acknowledgments
71727273These are the things that help me the most to understand Nix ecosystem and help me build my configuration from scratch.
73747474-📚️ - Learning
7575+### 📚️ - Learning
75767677- [Flakes book](https://nixos-and-flakes.thiscute.world/)
7778- [Nix Language](https://nix.dev/)