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 cross 10 lines 312 B view raw
1# USER TODO: remove this file. 2# copy any desired module to your ./modules and let it be auto-imported. 3{ inputs, ... }: 4{ 5 imports = [ 6 # The _example directory contains CI tests for all den features. 7 # use it as reference of usage, but not of best practices. 8 (inputs.import-tree ./_example) 9 ]; 10}