[Desktop/General, Flake] remove opentabletdriver override

This commit is contained in:
Antoine Viallon 2025-12-16 02:57:36 +01:00
parent c9ded32d12
commit 346253a25c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 1 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, myLib, opentabletdriver, ... }:
{ config, pkgs, lib, myLib, ... }:
with lib;
let
cfg = config.aviallon.desktop;
@ -126,7 +126,6 @@ in {
hardware.acpilight.enable = true;
hardware.opentabletdriver.enable = true;
#hardware.opentabletdriver.package = opentabletdriver.packages.${pkgs.system}.opentabletdriver;
hardware.bluetooth = {
enable = true;