opentabletdriver

This commit is contained in:
2023-07-24 20:02:38 -06:00
parent 875e20d3b8
commit 6dbf9ecd28
3 changed files with 36 additions and 11 deletions

View File

@@ -1,7 +1,13 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: {
{ config, lib, pkgs, modulesPath, ... }:
let
unstable_tarball =
builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master";
unstable = import unstable_tarball { config = config.nixpkgs.config; };
in {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
#plymouth = { enable = true; };
@@ -145,10 +151,11 @@
cpu.intel.updateMicrocode = lib.mkDefault true;
bluetooth.enable = true;
# huion driver
# opentabletdriver = {
# enable = true;
# daemon.enable = true;
# };
opentabletdriver = {
enable = true;
package = unstable.opentabletdriver;
daemon.enable = true;
};
# nvidia driver
nvidia.modesetting.enable = true;
opengl = {