diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-21 22:53:05 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-21 22:53:05 -0500 |
| commit | 6d109a9f958a00a4f3fc537d213067e5777ab120 (patch) | |
| tree | 86771ee71eb9b7466877f61b60cb9b78c0e16627 /archetypes/profiles/default.nix | |
| parent | 560f5a04cecb2903bba56e154882b0b220a2f578 (diff) | |
| download | nixos-6d109a9f958a00a4f3fc537d213067e5777ab120.tar.xz nixos-6d109a9f958a00a4f3fc537d213067e5777ab120.zip | |
Diffstat (limited to 'archetypes/profiles/default.nix')
| -rw-r--r-- | archetypes/profiles/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/archetypes/profiles/default.nix b/archetypes/profiles/default.nix index ef5d87b..1664484 100644 --- a/archetypes/profiles/default.nix +++ b/archetypes/profiles/default.nix @@ -1,10 +1,11 @@ { imports = [ - ./btrfs - ./cuda - ./desktop - ./headless - ./pi - ./zfs + ./gnome # 700 + ./cuda # 800 + ./zfs # 810 + ./btrfs # 820 + ./pi # 900 + ./headless # 910 + ./desktop # 920 ]; } |
