diff --git a/modules/ezpc.nix b/modules/ezpc.nix index bb75ceb..3b16f6f 100644 --- a/modules/ezpc.nix +++ b/modules/ezpc.nix @@ -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;