install full gnome

this fixes some weird font rendering issues related to portals on flatpak applications

Signed-off-by: axtloss <axtlos@tar.black>
axtloss/rework-partitioning
axtloss 2 years ago committed by Michal
parent 258ef56974
commit 89a51993ac

@ -277,16 +277,10 @@ fn install_kde() {
fn install_gnome() { fn install_gnome() {
install(vec![ install(vec![
"gnome-shell",
"nautilus",
"gnome-terminal",
"gnome-control-center",
"xdg-user-dirs",
"gdm",
"xorg", "xorg",
"gnome-tweaks", "gnome",
"gnome-backgrounds",
"sushi", "sushi",
"gdm"
]); ]);
enable_dm("gdm"); enable_dm("gdm");
} }

Loading…
Cancel
Save