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 from-flake-to-den.mdx

Signed-off-by: Victor Borja <vborja@apache.org>

authored by

Victor Borja and committed by
GitHub
5728cf32 3516c776

+1 -1
+1 -1
docs/src/content/docs/guides/from-flake-to-den.mdx
··· 64 64 { inputs, den, lib, ... }: { 65 65 imports = [ inputs.den.flakeModule ]; 66 66 67 - den.ctx.user.classes = lib.mkDefault [ "homeManager" ]; 67 + den.schema.user.classes = lib.mkDefault [ "homeManager" ]; 68 68 69 69 den.hosts.x86_64-linux.igloo.users.tux = {}; 70 70