fix: Remove opentabletdriver as it depends on a deprecated package
It depends on the deprecated dotnet6. Going to re-enable once nixpkgs pull request 360389 is propagated to nixos-unstable.
This commit is contained in:
parent
377c4be269
commit
7ae46d8827
1 changed files with 4 additions and 4 deletions
|
@ -33,9 +33,9 @@
|
||||||
obs-studio
|
obs-studio
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opentabletdriver = {
|
# hardware.opentabletdriver = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
daemon.enable = true;
|
# daemon.enable = true;
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue