diff --git a/suites/default.nix b/suites/default.nix index 9536afe..9f0a1fa 100644 --- a/suites/default.nix +++ b/suites/default.nix @@ -1,10 +1,10 @@ { users, profiles, userProfiles, ... }: { system = with profiles; rec { - base = [ users.mae users.root ]; - workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ]; + base = [ users.root ]; + workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn ]; desktop = workstation ++ [ users.mae-desk amd school three_dee ]; - lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager hosts_block]; + lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager hosts_block ]; }; user = with userProfiles; rec { base = [ direnv git ];