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

Update README.md

authored by oeiuwq.com and committed by

GitHub 4b3f7765 80088aa9

+1 -1
+1 -1
README.md
··· 131 131 132 132 # regular nixos/darwin modules or any other Nix class 133 133 nixos = { pkgs, ... }: { imports = [ inputs.disko.nixosModules.disko ]; }; 134 - darwin = { pkgs, ... }: { environment.packages = [ pkgs.hello ]; }; 134 + darwin = { pkgs, ... }: { imports = [ inputs.nix-homebrew.darwinModules.nix-homebrew ]; }; 135 135 136 136 # Den `os` Nix class forwards to both nixos and darwin 137 137 os = { pkgs, ... }: {