Remove deprecated options from ezpc
This commit is contained in:
parent
feb79391be
commit
8875d45978
1 changed files with 0 additions and 12 deletions
|
@ -168,12 +168,6 @@ in
|
|||
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 {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
@ -192,12 +186,6 @@ in
|
|||
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 {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue