Adds/removes packages

nix-darwin
Abhinav Sarkar 2022-11-27 23:25:08 +05:30
parent 7f2f37d56d
commit f3be0f62ef
2 changed files with 2 additions and 4 deletions

View File

@ -16,6 +16,7 @@ let
dig dig
httpie httpie
openssh openssh
mosh
]; ];
cmdLineUtilPackages = with pkgs; [ cmdLineUtilPackages = with pkgs; [
bash bash
@ -25,8 +26,6 @@ let
gnugrep gnugrep
less less
ranger ranger
tealdeer
thefuck
tree tree
]; ];
miscPackages = with pkgs; [ miscPackages = with pkgs; [
@ -41,8 +40,8 @@ let
neofetch neofetch
proselint proselint
shellcheck shellcheck
spotify-tui
toot toot
typos
]; ];
fonts = with pkgs; [ fonts = with pkgs; [
fira-mono fira-mono

View File

@ -23,7 +23,6 @@
interactiveShellInit = '' interactiveShellInit = ''
fzf_configure_bindings --git_status=\cs --history=\cr --variables=\cv --directory=\cf --git_log=\cg fzf_configure_bindings --git_status=\cs --history=\cr --variables=\cv --directory=\cf --git_log=\cg
thefuck --alias f | source
neofetch neofetch
''; '';