index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
yubico
/
hm.nix
blob: 8d06368b449471d31b6604c97945dc91659812d6 (
plain
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
lib
,
...
}:
{
home
.
packages
=
[
pkgs
.
yubikey-manager
];
}