mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-02-20 07:08:02 +00:00
Added more yubikey tools
This commit is contained in:
@@ -75,6 +75,8 @@ in {
|
||||
pkgs.vivaldi-ffmpeg-codecs
|
||||
pkgs.warpinator
|
||||
pkgs.xarchiver
|
||||
pkgs.yubikey-agent
|
||||
pkgs.yubikey-manager
|
||||
pkgs.zathura
|
||||
unstablePkgs.zeal
|
||||
unstablePkgs.zed-editor
|
||||
|
||||
@@ -106,5 +106,9 @@ in {
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
virt-manager.enable = true;
|
||||
yubikey-touch-detector = {
|
||||
enable = true;
|
||||
libnotify = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user