Add zen and librewolf configuration

This commit is contained in:
DashieTM 2025-03-12 11:11:10 +01:00
parent dc83628ac9
commit 1886700857
10 changed files with 219 additions and 62 deletions

View file

@ -106,10 +106,12 @@
pkgs
stable
;
system = currentSystem;
lib = inputs.nixpkgs.lib;
};
docs = import ./docs {
inherit inputs pkgs stable;
system = currentSystem;
lib = inputs.nixpkgs.lib;
build_systems = dashNixLib.build_systems;
};