Remove deprecated options from ezpc
This commit is contained in:
parent
feb79391be
commit
8875d45978
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user