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", "gdm",
"xorg", "xorg",
"gnome-tweaks", "gnome-tweaks",
"gnome-backgrounds",
"sushi",
]); ]);
enable_dm("gdm"); enable_dm("gdm");
} }
@ -166,6 +168,7 @@ fn install_onyx() {
"lightdm", "lightdm",
"lightdm-gtk-greeter", "lightdm-gtk-greeter",
"lightdm-gtk-greeter-settings", "lightdm-gtk-greeter-settings",
"sushi",
]); ]);
files_eval( files_eval(
files::append_file( files::append_file(

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

Loading…
Cancel
Save