[ROLES] Clean up a bit.

This commit is contained in:
Kat Inskip 2023-04-30 16:24:20 -07:00
parent 46af669184
commit b69834d987
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 32 additions and 14 deletions

View file

@ -12,10 +12,8 @@ _: let
sound
]
++ (with tree.nixos.roles; [
graphical
gaming
gnome
bootable
gaming
])
++ (with tree.kat; [
gui

View file

@ -10,10 +10,8 @@ _: let
common-pc-laptop-ssd
]
++ (with tree.nixos.roles; [
graphical
sway
laptop
bootable
])
++ (with tree; [
kat.gui

View file

@ -6,9 +6,9 @@ _: let
}: let
inherit (lib.modules) mkDefault;
in {
imports = with tree; [
nixos.rosetta
nixos.roles.bootable
imports = with tree.nixos.roles; [
rosetta
bootable
];
boot = {