aboutsummaryrefslogtreecommitdiffstats
path: root/modules/default.nix (unfollow)
Commit message (Collapse)Author
2025-06-28modules: Remove no-op `finalizeFunction`Benedikt Peetz
The specified function is already the default.
2025-05-16flake: Pack arguments in attribute setsBenedikt Peetz
This avoids having to change 3+ files, if you need to add a new argument.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04chore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz
Support for this has been removed upstream (and it is not really useful either way.)
2024-12-20refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz
This allows to share it with the server config.
2024-11-23tests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz
2024-11-23tests({tests,modules}): Couple via a co-importBenedikt Peetz
2024-10-24refactor({modules,pkgs}/by-name-overlay): De-duplicate in a `nixLib`Benedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
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.