aboutsummaryrefslogtreecommitdiff
path: root/nixos/hardware-configuration.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
committerspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
commit2fcdab89e98354f5a69cfe1c3dfa23e9d04f60b8 (patch)
treef3a80376fddcf87c86c72a327ba4ba103900fd7b /nixos/hardware-configuration.nix
parentddd3490dfb592417163e801994a60854dac135fe (diff)
update configs
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;
}