diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-05 23:55:14 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-05 23:55:14 +0100 |
commit | ea09bf8dea94133875aeef7bb8dec8ba2a0e1354 (patch) | |
tree | 7890bd541848908b174d44fdb8edfb6c8730f8c2 /nixos/modules | |
parent | fab4d9e28cc7eaa7f01426ad53bec94108c462c6 (diff) |
more default packages
Diffstat (limited to '')
-rw-r--r-- | nixos/modules/users/eth.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 |