devos/suites/default.nix

8 lines
337 B
Nix
Raw Normal View History

{ profiles, ... }:
with profiles; rec {
base = [ users.root core ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
desktop = workstation ++ [ users.mae-desk amd school three_dee androidev ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
2021-02-06 09:31:48 +01:00
}