opentabletdriver actually working
devices
This commit is contained in:
parent
c71a1bd7ce
commit
c3b05e35f1
3 changed files with 9 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
aseprite
|
||||
# organization
|
||||
logseq
|
||||
opentabletdriver
|
||||
];
|
||||
|
||||
xdg.configFile.Caprine = {
|
||||
|
|
|
|||
8
nixos/devices.nix
Normal file
8
nixos/devices.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
hardware.opentabletdriver = {
|
||||
enable = true;
|
||||
package = pkgs.opentabletdriver;
|
||||
daemon.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -16,6 +16,7 @@ in
|
|||
./nvidia.nix
|
||||
./sddm.nix
|
||||
./services.nix
|
||||
./devices.nix
|
||||
./security.nix
|
||||
./shell.nix
|
||||
./hyprland.nix
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue