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