diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-18 20:22:12 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-18 20:22:12 +0100 |
| commit | ca457383ab8ef5440a9cc5ea17c6bb78e12a1cff (patch) | |
| tree | fab7c991dd6772ca96326f05e406881a9bc01264 /modules/examples | |
| parent | e431dd78a220cda98b9b4f0a2e3c5ba3cae97505 (diff) | |
lnl: add gnupg
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index e21c2ad..9eb2f86 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -28,15 +28,17 @@ system.keyboard.remapCapsLockToControl = true; environment.systemPackages = - [ pkgs.ctags + [ pkgs.brotli + pkgs.ctags pkgs.curl - pkgs.brotli pkgs.fzf pkgs.gettext pkgs.git + pkgs.gnupg pkgs.htop pkgs.jq pkgs.mosh + pkgs.ripgrep pkgs.shellcheck pkgs.silver-searcher |
