1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

added yubikey-manager

This commit is contained in:
xnm
2024-04-24 22:37:26 +03:00
parent 6321fae7d8
commit 42cd5060b6

View File

@@ -17,4 +17,8 @@
sudo.u2fAuth = true; sudo.u2fAuth = true;
hyprlock.u2fAuth = true; hyprlock.u2fAuth = true;
}; };
environment.systemPackages = with pkgs; [
yubikey-manager
];
} }