add yubikey
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./plasma.nix
|
||||
./firefox.nix
|
||||
./plasma.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
||||
10
home/jonas/yubikey.nix
Normal file
10
home/jonas/yubikey.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
enable-ssh-support = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user