Fix user profiles
This commit is contained in:
parent
868474b3df
commit
80a71caec6
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ users, profiles, userProfiles, ... }:
|
{ users, profiles, userProfiles, ... }:
|
||||||
{
|
{
|
||||||
system = with profiles; rec {
|
system = with profiles; rec {
|
||||||
base = [ users.mae users.root ];
|
base = [ users.root ];
|
||||||
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ];
|
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn ];
|
||||||
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue