Do some more rearranging and moving and accept risk on gamemode
This commit is contained in:
parent
c41543edcf
commit
02a284fe90
6 changed files with 21 additions and 4 deletions
11
modules/home/programs/terminal/gpg/default.nix
Normal file
11
modules/home/programs/terminal/gpg/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = [ "secure/.gnupg" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue