aboutsummaryrefslogtreecommitdiff
path: root/nixos/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware-configuration.nix')
-rw-r--r--nixos/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix
index 93f86c1..73472f8 100644
--- a/nixos/hardware-configuration.nix
+++ b/nixos/hardware-configuration.nix
@@ -48,5 +48,5 @@
driSupport32Bit = true;
extraPackages = with pkgs; [ intel-compute-runtime ];
};
- hardware.opentabletdriver.enable = true;
+ # hardware.opentabletdriver.enable = true;
}