treewide: refactor custom lib, merge lists in hm/nixos module

This commit is contained in:
diniamo 2024-07-07 19:37:46 +02:00
commit a376eed0df
13 changed files with 308 additions and 256 deletions

View file

@ -1,7 +1,7 @@
{
inputs,
pkgs,
lib ? import ../lib/stdlib-extended.nix pkgs.lib inputs,
lib,
manpageUrls ? pkgs.path + "/doc/manpage-urls.json",
...
}: let