fedostree/products: Add @standard to workstation groups
Otherwise we have a system without "less", which is hardly a workstation.
This commit is contained in:
parent
554eac56df
commit
d2d70b9154
@ -31,9 +31,9 @@
|
|||||||
},
|
},
|
||||||
"workstation":
|
"workstation":
|
||||||
{
|
{
|
||||||
"gnome/core": { "packages": ["@gnome-desktop"] },
|
"gnome/core": { "packages": ["@standard", "@gnome-desktop"] },
|
||||||
"gnome/basic": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] },
|
"gnome/basic": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] },
|
||||||
"gnome/development+virt": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] }
|
"gnome/development-virt": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user