🎨 reduce systemPackages
This commit is contained in:
parent
a101d4f2d4
commit
ec1ee61449
1 changed files with 9 additions and 8 deletions
|
|
@ -34,20 +34,21 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
|
||||
vim
|
||||
# neovim
|
||||
# tmux # activated in tmux.nix
|
||||
# vim # using neovim in stead
|
||||
# neovim # activated in neovim.nix
|
||||
|
||||
git
|
||||
pyenv
|
||||
poetry
|
||||
ripgrep
|
||||
|
||||
# make default.nix in python project folders instead of using a top-level python environment manager
|
||||
# pyenv
|
||||
# poetry
|
||||
|
||||
fastfetch
|
||||
neofetch
|
||||
|
||||
gimp
|
||||
|
||||
# gimp # bloat
|
||||
cowsay
|
||||
lolcat
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue