Fix user profiles
This commit is contained in:
parent
868474b3df
commit
80a71caec6
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ 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];
|
||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager hosts_block ];
|
||||
};
|
||||
user = with userProfiles; rec {
|
||||
base = [ direnv git ];
|
||||
|
|
Loading…
Reference in a new issue