mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/General, Flake] remove opentabletdriver override
This commit is contained in:
parent
c9ded32d12
commit
346253a25c
2 changed files with 1 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, myLib, opentabletdriver, ... }:
|
||||
{ config, pkgs, lib, myLib, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.aviallon.desktop;
|
||||
|
|
@ -126,7 +126,6 @@ in {
|
|||
|
||||
hardware.acpilight.enable = true;
|
||||
hardware.opentabletdriver.enable = true;
|
||||
#hardware.opentabletdriver.package = opentabletdriver.packages.${pkgs.system}.opentabletdriver;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -16,11 +16,6 @@
|
|||
fps.url = "github:wamserma/flake-programs-sqlite";
|
||||
fps.inputs.nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
opentabletdriver = {
|
||||
url = "github:OpenTabletDriver/OpenTabletDriver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -30,7 +25,6 @@
|
|||
, nixpkgs-unstable
|
||||
, fps
|
||||
, suyu
|
||||
, opentabletdriver
|
||||
, ...
|
||||
}: let
|
||||
lib = nixpkgs.lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue