Add three_dee to laptop profile
This commit is contained in:
parent
8251871461
commit
c13fe4b6df
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ profiles, ... }:
|
{ profiles, ... }:
|
||||||
with profiles; rec {
|
with profiles; rec {
|
||||||
base = [ users.root core dns ];
|
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 ];
|
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 three_dee ];
|
desktop = workstation ++ [ amd ];
|
||||||
lap = workstation ++ [ laptop bluetooth print ];
|
lap = workstation ++ [ laptop bluetooth print ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue