opentabletdriver actually working

devices
This commit is contained in:
Benjamin Palko 2024-08-03 19:59:05 -04:00
parent c71a1bd7ce
commit c3b05e35f1
3 changed files with 9 additions and 1 deletions

View file

@ -12,7 +12,6 @@
aseprite aseprite
# organization # organization
logseq logseq
opentabletdriver
]; ];
xdg.configFile.Caprine = { xdg.configFile.Caprine = {

8
nixos/devices.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
hardware.opentabletdriver = {
enable = true;
package = pkgs.opentabletdriver;
daemon.enable = true;
};
}

View file

@ -16,6 +16,7 @@ in
./nvidia.nix ./nvidia.nix
./sddm.nix ./sddm.nix
./services.nix ./services.nix
./devices.nix
./security.nix ./security.nix
./shell.nix ./shell.nix
./hyprland.nix ./hyprland.nix