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

add minimal template in flake

+5 -1
+5 -1
flake.nix
··· 3 flakeModule = ./nix/flakeModule.nix; 4 templates.default = { 5 path = ./templates/default; 6 - description = "Minimal nixos configuration"; 7 }; 8 packages = import ./nix/template-packages.nix; 9 namespace = import ./nix/namespace.nix;
··· 3 flakeModule = ./nix/flakeModule.nix; 4 templates.default = { 5 path = ./templates/default; 6 + description = "Example configuration"; 7 + }; 8 + templates.minimal = { 9 + path = ./templates/minimal; 10 + description = "Minimal configuration"; 11 }; 12 packages = import ./nix/template-packages.nix; 13 namespace = import ./nix/namespace.nix;