···3 den.aspects.alice = {
4 # You can include other aspects, in this case some
5 # den included batteries that provide common configs.
6- includes = let
7- # deadnix: skip # demo: enable <> on lexical scope
8- inherit (den.lib) __findFile;
9- in [
10- <eg/autologin>
11- <den/primary-user> # alice is admin always.
12- (<den/user-shell> "fish") # default user shell
13- ];
001415 # Alice configures NixOS hosts it lives on.
16 nixos =
···3 den.aspects.alice = {
4 # You can include other aspects, in this case some
5 # den included batteries that provide common configs.
6+ includes =
7+ let
8+ # deadnix: skip # demo: enable <> on lexical scope
9+ inherit (den.lib) __findFile;
10+ in
11+ [
12+ <eg/autologin>
13+ <den/primary-user> # alice is admin always.
14+ (<den/user-shell> "fish") # default user shell
15+ ];
1617 # Alice configures NixOS hosts it lives on.
18 nixos =