change some packages

This commit is contained in:
xenia 2023-11-07 19:09:45 +01:00
parent d820a596f5
commit 5f268d9d98

View File

@ -12,13 +12,11 @@ in rec {
home.stateVersion = "23.05"; home.stateVersion = "23.05";
home.packages = with pkgs; extras.all ++ [ home.packages = with pkgs; extras.all ++ [
# Input packages # Terminal utilities
unispect unispect
ansi-utils.ansicols ansi-utils.ansicols
ansi-utils.ansimove ansi-utils.ansimove
unambig-path unambig-path
# # Terminal utilities
ripgrep fd bat ripgrep fd bat
watchexec unixtools.watch watchexec unixtools.watch
htop htop
@ -26,7 +24,7 @@ in rec {
pv pv
binwalk binwalk
ffmpeg yt-dlp ffmpeg yt-dlp
nmap socat nmap
blahaj blahaj
# Programming languages # Programming languages
@ -43,10 +41,7 @@ in rec {
# nodePackages.typescript # nodePackages.typescript
# nodePackages.typescript-language-server # nodePackages.typescript-language-server
# rust-analyzer # rust-analyzer
zulip-term
# # Other stuff
kak-lsp
# nix-tree
]; ];
home.sessionVariables = { home.sessionVariables = {