diff --git a/programs/default.nix b/programs/default.nix index ce54701..9060e7b 100644 --- a/programs/default.nix +++ b/programs/default.nix @@ -16,6 +16,7 @@ let dig httpie openssh + mosh ]; cmdLineUtilPackages = with pkgs; [ bash @@ -25,8 +26,6 @@ let gnugrep less ranger - tealdeer - thefuck tree ]; miscPackages = with pkgs; [ @@ -41,8 +40,8 @@ let neofetch proselint shellcheck - spotify-tui toot + typos ]; fonts = with pkgs; [ fira-mono diff --git a/programs/fish.nix b/programs/fish.nix index c7f0293..1c58eb3 100644 --- a/programs/fish.nix +++ b/programs/fish.nix @@ -23,7 +23,6 @@ interactiveShellInit = '' fzf_configure_bindings --git_status=\cs --history=\cr --variables=\cv --directory=\cf --git_log=\cg - thefuck --alias f | source neofetch '';