From ea09bf8dea94133875aeef7bb8dec8ba2a0e1354 Mon Sep 17 00:00:00 2001
From: Ethel Morgan <eth@ethulhu.co.uk>
Date: Fri, 5 Jun 2020 23:55:14 +0100
Subject: more default packages

---
 nixos/modules/users/eth.nix | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'nixos/modules/users')

diff --git a/nixos/modules/users/eth.nix b/nixos/modules/users/eth.nix
index 86c29db..4ad6972 100644
--- a/nixos/modules/users/eth.nix
+++ b/nixos/modules/users/eth.nix
@@ -5,13 +5,17 @@ let
   cfg = config.eth.users.eth;
 
   defaultPackages = with pkgs; [
+    ag
     direnv
     dnsutils
     file
+    go
     htop
     iotop
     killall
+    moreutils
     mosh
+    rlwrap
     tmux
     vim
     wget
@@ -20,8 +24,9 @@ let
   developmentPackages = with pkgs; [
     git
     gitAndTools.tig
-    go
     goimports
+    html-tidy
+    imagemagick
     jq
     pre-commit
     python3
@@ -31,6 +36,7 @@ let
     feh
     firefox
     latest.rustChannels.stable.rust
+    mpv
     mupdf
     rxvt-unicode
     vlc
-- 
cgit v1.2.3