8 lines
344 B
Text
8 lines
344 B
Text
|
{ profiles, ... }:
|
||
|
with profiles; rec {
|
||
|
base = [ users.root core dnscrypt ];
|
||
|
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust ];
|
||
|
desktop = workstation ++ [ users.mae-desk amd three_dee androidev ];
|
||
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
|
||
|
}
|