feat(terminal): enable opentabletdriver

This commit is contained in:
Guz
2026-03-24 14:24:48 -03:00
parent 923933e9a5
commit 775a7b2639

View File

@@ -1,7 +1,6 @@
{
config,
inputs,
lib,
pkgs,
self,
...
@@ -59,8 +58,8 @@
# Steam
programs.steam.enable = true;
xdg.portal.xdgOpenUsePortal = true;
xdg.portal.extraPortals = with pkgs; [xdg-desktop-portal-gtk];
# Drawing Tablet
hardware.opentabletdriver.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}