2025.04.30-20:50
This commit is contained in:
11
nixos_24.11_wlin001/system/wacom.nix
Normal file
11
nixos_24.11_wlin001/system/wacom.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.xserver.wacom.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libwacom # Libraries, configuration, and diagnostic tools for Wacom tablets
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user