main
1{den, ...}: {
2 den.aspects.roles.default = {
3 includes = with den.aspects; [
4 core.nix
5 core.nix.lix
6 core.nix.nh
7 core.nix.nixpkgs
8 core.nix.state-versions
9 core.nix.tokens
10
11 core.hardware.cpu.intel
12 core.hardware.graphic.intel
13 core.hardware.graphic.nvidia
14 core.hardware.thunderbolt
15
16 core.shell.bash
17 core.shell.fish
18 core.shell.atuin
19 core.shell.starship
20
21 core.editor
22 core.impermanence
23 core.localization
24 core.nameservers
25 core.nftables
26 core.openssh
27 core.systemd
28 core.tailscale
29 core.time-sync
30 core.utils
31 core.xdg-dir
32
33 secrets.vaultix
34 ];
35 };
36}