From 82e9a0e80738a38684123a73a40f2e5eb99ad9f3 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Thu, 25 Sep 2025 19:49:33 +0300 Subject: [PATCH] pkgs: add opentabletdriver --- host/Rias/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/host/Rias/configuration.nix b/host/Rias/configuration.nix index b850d69..b824341 100644 --- a/host/Rias/configuration.nix +++ b/host/Rias/configuration.nix @@ -29,4 +29,5 @@ in { programs.gamemode.enable = true; services.printing.enable = true; + hardware.opentabletdriver.enable = true; }