This is my personal Nix flake configuration, designed to set up my development environment using Nix and Home Manager. It currently includes a variety of applications, development tools, and user-specific system configurations.
Here's a quick look at what this flake offers:
- 🏠 Home Manager Configuration: Defines and manages applications and development tools specifically for my user environment.
- 🛠️ Development Tools: Includes essential tools like:
- 💻 Programming Languages: Provides configurations and potentially specific packages for:
- Nix
- Python
- Golang
- Rust
- Bun
- 📄 Reusable Templates: Offers base templates to streamline the creation of new:
- Modules
- Overlays
- System configurations
- 📚 Leveraging
Denix
: Utilizes the powerfulyunfachi/denix
to enhance module and package management.