about summary refs log tree commit diff stats
path: root/modules/by-name/di (follow)
Commit message (Collapse)AuthorAge
* fix(modules/direnv): Remove the strictness optionsBenedikt Peetz3 days
| | | | | These seem to cause an error in `nix-direnv` which is obviously not ideal.
* fix(modules/direnv): Migrate to `by-name`Benedikt Peetz4 days
|
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.