GnuPG
This commit is contained in:
parent
b2d8dd621d
commit
0b14cf4e15
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@
|
|||
|
||||
nix.trustedUsers = [ "@wheel" ];
|
||||
|
||||
programs.gnupg.agent.enable = true;
|
||||
programs.gnupg.package = pkgs.gnupg.override { guiSupport = true; };
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
unzip
|
||||
];
|
||||
};
|
||||
|
||||
services.locate = {
|
||||
enable = true;
|
||||
interval = "hourly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue