callumcurtis / dotfiles

NixOS and Home Manager configurations.
0 stars 0 forks source link

swap out devenv for vanilla flakes with templates and custom utilities #38

Closed callumcurtis closed 1 month ago

callumcurtis commented 1 month ago

devenv is useful for reducing boilerplate but has some drawbacks, such as poor support for .env files [1, 2].

It seems much more sustainable to use vanilla flakes but maintain a library of templates and utilities to reduce the overhead in creating new flakes for projects.

Criteria:

Create templates and utilities as needed.

callumcurtis commented 1 month ago

I'll stick with devenv in firehose for now to learn where it helps/hurts.

callumcurtis commented 1 month ago

Removed devenv from user features and firehose.