feat: adds yubikey-touch-detector but its not working yet

This commit is contained in:
Ahwx 2024-10-07 21:32:23 +02:00
parent 6590bd562c
commit 8c5cf876d9
2 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,7 @@
imports = imports =
[(import ./bat.nix)] # better cat command [(import ./bat.nix)] # better cat command
++ [(import ./git.nix)] # version control ++ [(import ./git.nix)] # version control
++ [(import ./security.nix)] # yubikey-touch-detector for now
++ [(import ./gtk.nix)] # gtk theme ++ [(import ./gtk.nix)] # gtk theme
++ [(import ./hyprland)] # window manager ++ [(import ./hyprland)] # window manager
++ [(import ./kitty.nix)] # terminal ++ [(import ./kitty.nix)] # terminal

View file

@ -0,0 +1,6 @@
{ ... }:
{
# services = {
# yubikey-touch-detector.enable = true;
# };
}