Fix user profiles

This commit is contained in:
Bad 2021-04-28 22:00:44 +02:00
parent 868474b3df
commit 80a71caec6

View file

@ -1,8 +1,8 @@
{ 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 ];
};