···33 den.aspects.alice = {
44 # You can include other aspects, in this case some
55 # den included batteries that provide common configs.
66- includes = let
77- # deadnix: skip # demo: enable <> on lexical scope
88- inherit (den.lib) __findFile;
99- in [
1010- <eg/autologin>
1111- <den/primary-user> # alice is admin always.
1212- (<den/user-shell> "fish") # default user shell
1313- ];
66+ includes =
77+ let
88+ # deadnix: skip # demo: enable <> on lexical scope
99+ inherit (den.lib) __findFile;
1010+ in
1111+ [
1212+ <eg/autologin>
1313+ <den/primary-user> # alice is admin always.
1414+ (<den/user-shell> "fish") # default user shell
1515+ ];
14161517 # Alice configures NixOS hosts it lives on.
1618 nixos =