diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-12-18 23:16:58 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-12-18 23:21:20 +0100 |
| commit | bd1ad9fd603ea89a964e479fb4b2d2c86c254e60 (patch) | |
| tree | 246aeca8c7a5ecb50cbc958242049044d1056d0b /modules | |
| parent | 255da174c8da5d7ff830229baf0f687aecf911b7 (diff) | |
lnl: enable gnupg agent
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 65e2fb9..b9f49e7 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -83,6 +83,9 @@ programs.nix-index.enable = true; + programs.gnupg.agent.enable = true; + programs.gnupg.agent.enableSSHSupport = true; + programs.tmux.enable = true; programs.tmux.enableSensible = true; programs.tmux.enableMouse = true; |
