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 home-manager command to specify master branch (#264)

FIX : https://github.com/vic/den/issues/263
home-manager does not have any release tags

authored by

ulfbayte and committed by
GitHub
31bccfec 1751a01e

+1 -1
+1 -1
docs/src/content/docs/guides/from-zero-to-den.mdx
··· 60 60 npins add github vic flake-aspects # aspects used by Den 61 61 npins add github vic den # Den itself, of course 62 62 npins add github vic with-inputs # flake-like inputs without Nix flakes. 63 - npins add github nix-community home-manager # OPTIONAL home integration 63 + npins add github nix-community home-manager --branch master # OPTIONAL home integration 64 64 ``` 65 65 66 66 ### Step 3. Your Den Entry Point