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
|
aseprite
|
||||||
# organization
|
# organization
|
||||||
logseq
|
logseq
|
||||||
opentabletdriver
|
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile.Caprine = {
|
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
|
./nvidia.nix
|
||||||
./sddm.nix
|
./sddm.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
|
./devices.nix
|
||||||
./security.nix
|
./security.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue