🎨 reduce systemPackages

This commit is contained in:
DannyDannyDanny 2024-08-19 10:04:46 +00:00
parent a101d4f2d4
commit ec1ee61449

View file

@ -34,20 +34,21 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tmux # tmux # activated in tmux.nix
# vim # using neovim in stead
vim # neovim # activated in neovim.nix
# neovim
git git
pyenv ripgrep
poetry
# make default.nix in python project folders instead of using a top-level python environment manager
# pyenv
# poetry
fastfetch fastfetch
neofetch neofetch
gimp # gimp # bloat
cowsay cowsay
lolcat lolcat
]; ];