From 2a83361681a03440cf644e5a398bb076d237cb5d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 17 Jun 2022 13:12:25 +0200 Subject: basic-tools.nix: reorganise --- modules/basic-tools.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'modules/basic-tools.nix') diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index e42d162..4e8cf58 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -7,16 +7,14 @@ fd file fzf - gitFull + git gnupg htop irssi killall - mercurial neovim ripgrep tealdeer - tokei traceroute tree liquidprompt @@ -26,8 +24,6 @@ bind nnn man-pages - neomutt - cachix ]; nix = { @@ -59,9 +55,6 @@ vi = "nvim"; vf = "$EDITOR $(fzf)"; vff = "$EDITOR $(ls|fzf)"; - ls = "exa"; - ll = "exa -l"; - l = "exa -al"; ssh = "TERM=xterm-256color ssh"; mutt = "neomutt"; }; @@ -89,9 +82,7 @@ LP_ENABLE_SCREEN_TITLE=1 ''; }; - programs.msmtp = { - enable = true; - }; + programs.iftop.enable = true; programs.mosh.enable = true; } -- cgit v1.3.1