From 8875d45978144d8e615e3a09378c9026859d6712 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 10 Jul 2021 12:32:08 -0700 Subject: [PATCH] Remove deprecated options from ezpc --- modules/ezpc.nix | 12 ------------ 1 file changed, 12 deletions(-) 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;