mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds yubikey-touch-detector but its not working yet
This commit is contained in:
parent
6590bd562c
commit
8c5cf876d9
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
6
modules/home/security.nix
Normal file
6
modules/home/security.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
# services = {
|
||||||
|
# yubikey-touch-detector.enable = true;
|
||||||
|
# };
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue