Remove deprecated options from ezpc

This commit is contained in:
notgne2 2021-07-10 12:32:08 -07:00
parent feb79391be
commit 8875d45978
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -168,12 +168,6 @@ in
description = "If you use the flatpak Steam instead of NixOS"; description = "If you use the flatpak Steam instead of NixOS";
}; };
touchscreen = mkOption {
type = types.bool;
default = false;
description = "If this PC has a touchscreen";
};
print = mkOption { print = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
@ -192,12 +186,6 @@ in
description = "If this PC has bluetooth support"; description = "If this PC has bluetooth support";
}; };
tiling = mkOption {
type = types.bool;
default = true;
description = "If you are based and redpilled, and want a tiling WM (deprecated, default)";
};
newWine = mkOption { newWine = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;