Add sushi for gnome and onyx installation

axtloss/rework-partitioning
axtloss 2 years ago
parent 68697368fa
commit 25c4bcd9fc

@ -155,6 +155,8 @@ fn install_gnome() {
"gdm",
"xorg",
"gnome-tweaks",
"gnome-backgrounds",
"sushi",
]);
enable_dm("gdm");
}
@ -166,6 +168,7 @@ fn install_onyx() {
"lightdm",
"lightdm-gtk-greeter",
"lightdm-gtk-greeter-settings",
"sushi",
]);
files_eval(
files::append_file(

@ -1,5 +1,4 @@
use crate::internal::*;
use crate::functions::partition::mount;
use crate::functions::partition::umount;
use std::process::Command;

Loading…
Cancel
Save