From f3be0f62efc022b9dd81a31f748c38753bcc3452 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sun, 27 Nov 2022 23:25:08 +0530 Subject: [PATCH] Adds/removes packages --- programs/default.nix | 5 ++--- programs/fish.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) 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 '';