diff options
| author | Grigory Shipunov | 2022-06-17 13:12:25 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-17 13:12:25 +0200 |
| commit | 2a83361681a03440cf644e5a398bb076d237cb5d (patch) | |
| tree | 93262c3e1f5029a34ec39bfb4601837fe3531bcc /modules/basic-tools.nix | |
| parent | 1e4b828aab069b482f082115f7f9ac249f19d2d4 (diff) | |
basic-tools.nix: reorganise
Diffstat (limited to 'modules/basic-tools.nix')
| -rw-r--r-- | modules/basic-tools.nix | 13 |
1 files changed, 2 insertions, 11 deletions
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; } |
