Add flatpak
This commit is contained in:
parent
cd6dadcc28
commit
456fa40035
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ profiles, ... }:
|
{ profiles, ... }:
|
||||||
with profiles; rec {
|
with profiles; rec {
|
||||||
base = [ users.root core dnscrypt ];
|
base = [ users.root core dnscrypt ];
|
||||||
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire ];
|
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak ];
|
||||||
desktop = workstation ++ [ users.mae-desk amd three_dee ];
|
desktop = workstation ++ [ users.mae-desk amd three_dee ];
|
||||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue