about summary refs log tree commit diff stats
path: root/modules/default.nix (follow)
Commit message (Collapse)AuthorAge
* tests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz5 days
|
* tests({tests,modules}): Couple via a co-importBenedikt Peetz5 days
|
* refactor({modules,pkgs}/by-name-overlay): De-duplicate in a `nixLib`Benedikt Peetz2024-10-24
|
* 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.