Add three_dee to laptop profile

This commit is contained in:
Bad 2023-01-05 23:58:10 +01:00
parent 8251871461
commit c13fe4b6df
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ profiles, ... }:
with profiles; rec {
base = [ users.root core dns ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix tailscale users.mae ];
desktop = workstation ++ [ amd three_dee ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix tailscale users.mae three_dee ];
desktop = workstation ++ [ amd ];
lap = workstation ++ [ laptop bluetooth print ];
}