|
|
@ -90,18 +90,18 @@ pub struct Partition {
|
|
|
|
|
|
|
|
|
|
|
|
#[derive(Clone, Debug, Deserialize, RustyValue)]
|
|
|
|
#[derive(Clone, Debug, Deserialize, RustyValue)]
|
|
|
|
pub enum FileSystem {
|
|
|
|
pub enum FileSystem {
|
|
|
|
VFAT,
|
|
|
|
VFat,
|
|
|
|
BFS,
|
|
|
|
Bfs,
|
|
|
|
CramFS,
|
|
|
|
CramFS,
|
|
|
|
Ext2,
|
|
|
|
Ext2,
|
|
|
|
Ext3,
|
|
|
|
Ext3,
|
|
|
|
Ext4,
|
|
|
|
Ext4,
|
|
|
|
FAT,
|
|
|
|
Fat,
|
|
|
|
MSDOS,
|
|
|
|
Msdos,
|
|
|
|
XFS,
|
|
|
|
Xfs,
|
|
|
|
BTRFS,
|
|
|
|
Btrfs,
|
|
|
|
Minix,
|
|
|
|
Minix,
|
|
|
|
F2FS,
|
|
|
|
F2fs,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#[derive(Clone, Debug, Deserialize, RustyValue)]
|
|
|
|
#[derive(Clone, Debug, Deserialize, RustyValue)]
|
|
|
@ -131,7 +131,7 @@ pub enum DesktopConfig {
|
|
|
|
I3Gaps,
|
|
|
|
I3Gaps,
|
|
|
|
HerbstluftWM,
|
|
|
|
HerbstluftWM,
|
|
|
|
AwesomeWM,
|
|
|
|
AwesomeWM,
|
|
|
|
BSPWM,
|
|
|
|
Bspwm,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pub type ExtraPackages = Vec<String>;
|
|
|
|
pub type ExtraPackages = Vec<String>;
|
|
|
|