Commented out a few programs

- neovim + friends
- vscodium
- nodejs
- mermaid-cli
This commit is contained in:
2025-11-02 18:05:13 +02:00
parent 7f8bb99363
commit 3528441b84

View File

@@ -3,32 +3,32 @@
pkgs, pkgs,
... ...
}: { }: {
programs.neovim = {defaultEditor = true;}; # programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Dev stuff, most of it might be replaced by devenvs later on # Dev stuff, most of it might be replaced by devenvs later on
ghostty ghostty
tealdeer tealdeer
vscodium #vscodium
gcc gcc
python2 python2
alejandra alejandra
devenv devenv
nodejs #nodejs
mermaid-cli #mermaid-cli
rustup rustup
delta delta
kondo kondo
#ciscoPacketTracer8 #ciscoPacketTracer8
helix helix
# stuff needed by neovim # stuff needed by neovim
vimPlugins.LazyVim #vimPlugins.LazyVim
texliveSmall # for pdflatex #texliveSmall # for pdflatex
fzf #fzf
lazygit #lazygit
tree-sitter #tree-sitter
neovim #neovim
mcfly #mcfly
luajitPackages.luarocks-nix #luajitPackages.luarocks-nix
tectonic #tectonic
]; ];
} }