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
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update npins instructions to use -b main

+5 -5
+5 -5
docs/src/content/docs/guides/from-zero-to-den.mdx
··· 55 55 will integrate all together: 56 56 57 57 ```console "import-tree" "flake-aspects" "den" "with-inputs" 58 - npins init # adds nixpkgs channel 59 - npins add github vic import-tree # for auto-importing ./modules 60 - npins add github vic flake-aspects # aspects used by Den 61 - npins add github vic den # Den itself, of course 62 - npins add github vic with-inputs # flake-like inputs without Nix flakes. 58 + npins init # adds nixpkgs channel 59 + npins add github vic import-tree -b main # for auto-importing ./modules 60 + npins add github vic flake-aspects -b main # aspects used by Den 61 + npins add github vic den -b main # Den itself, of course 62 + npins add github vic with-inputs -b main # flake-like inputs without Nix flakes. 63 63 npins add github nix-community home-manager --branch master # OPTIONAL home integration 64 64 ``` 65 65