2021-06-12 16:49:51 +02:00
|
|
|
{ profiles, ... }:
|
|
|
|
with profiles; rec {
|
2021-07-07 10:20:28 +02:00
|
|
|
base = [ users.root core dnscrypt ];
|
2022-07-01 21:32:23 +02:00
|
|
|
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix users.mae ];
|
|
|
|
desktop = workstation ++ [ amd three_dee ];
|
|
|
|
lap = workstation ++ [ laptop bluetooth print ];
|
2021-02-06 09:31:48 +01:00
|
|
|
}
|