(systems/puzzlevision) add support for fingerprint scanner 04f3:0c00

This commit is contained in:
Jo 2025-01-20 18:23:20 +01:00
parent 65ef160a32
commit 26915606dd
4 changed files with 52 additions and 5 deletions

View file

@ -17,6 +17,12 @@
# Hardware specific tweaks and performance optimizations.
hardware = { url = "github:NixOS/nixos-hardware/master"; };
# Support for ElanTech fingerprint scanner 04f3:0c00
elanmoc2 = {
url = "github:sandptel/elanmoc2";
inputs.nixpkgs.follows = "nixpkgs";
};
# Catppuccin theme nix configuration.
catppuccin = { url = "github:catppuccin/nix"; inputs.nixpkgs.follows = "nixpkgs"; };