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 15 lines 200 B view raw
1{ eg, ... }: 2{ 3 eg.vm.provides = { 4 gui.includes = [ 5 eg.vm 6 eg.vm-bootable._.gui 7 eg.xfce-desktop 8 ]; 9 10 tui.includes = [ 11 eg.vm 12 eg.vm-bootable._.tui 13 ]; 14 }; 15}