diff --git a/base.nix b/base.nix index 515c387..2c6c6cc 100644 --- a/base.nix +++ b/base.nix @@ -20,12 +20,15 @@ nix.gc.automatic = true; environment.systemPackages = with pkgs; [ - git - vim - nano - wget - tmux file + git + htop + nano + nvim + tmux + vim + wget + kitty.terminfo ];