Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
at main 9 lines 215 B view raw
1# Exposes flake apps under the name of each host / home for building with nh. 2{ den, lib, ... }: 3{ 4 perSystem = 5 { pkgs, ... }: 6 { 7 packages = den.lib.nh.denPackages { fromFlake = true; } pkgs; 8 }; 9}