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
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

View File

@ -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
'';