Skip to content

sandptel/elanmoc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add the flake to source

{
  description = "A very basic flake";

  inputs = {
    nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
      elanmoc2.url = github:sandptel/elanmoc2";  
  };
  outputs = { self,nixpkgs,home-manager, ... }@inputs: 
  let 
  system = "x86_64-linux";
  pkgs = nixpkgs.legacyPackages.${system};
  in
  {
    nixosConfigurations.roronoa = nixpkgs.lib.nixosSystem {
      specialArgs = {inherit self system inputs ;};
      modules = [
        inputs.elanmoc2.nixosModules.elanmoc2
      ];
    };
  };
}

Enable the option from configuration.nix

services.fprintd.elanmoc2.enable=true;

About

This Repository Provides support for 04f3:0c00 Elan Mircroelectronics Fingerprint Sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages