mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
add gpg and extra
This commit is contained in:
parent
0380635ae7
commit
1d0f0288a8
5 changed files with 23 additions and 1 deletions
|
|
@ -40,6 +40,15 @@ in {
|
|||
HandleLidSwitch=hibernate
|
||||
'';
|
||||
|
||||
services.pcscd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
i18n.supportedLocales = [
|
||||
"C.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue