🎨 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; [
|
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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue