updating kaladins hardware
This commit is contained in:
parent
9c59b120f0
commit
6e46cfa21a
8 changed files with 777 additions and 78 deletions
|
@ -31,6 +31,17 @@
|
|||
xdg.userDirs.templates = "${config.home.homeDirectory}";
|
||||
xdg.userDirs.videos = "${config.home.homeDirectory}/vids";
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
|
||||
'';
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "mail";
|
||||
accounts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue