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 README.md

authored by

Victor Borja and committed by
GitHub
1c8fc94e 5c3b12a1

+2 -2
+2 -2
README.md
··· 190 190 # modules in a single file: 191 191 192 192 # any NixOS configuration 193 - nixos = { 193 + nixos = { pkgs, ... }: { 194 194 # A nixos class module, see NixOS options. 195 195 # import third-party NixOS modules 196 196 imports = [ ··· 217 217 # modules/vic.nix 218 218 { den, ... }: { 219 219 den.aspects.vic = { 220 - homeManager = { /* ... */ }; 220 + homeManager = { pkgs, ... }: { /* ... */ }; 221 221 # User contribs to host 222 222 nixos.users.users = { 223 223 vic.description = "oeiuwq";