Move a few packages to core

This commit is contained in:
larstvei 2024-10-06 10:42:00 +02:00
parent 8385522f86
commit 7ed3b39467
2 changed files with 6 additions and 2 deletions

View File

@ -23,4 +23,10 @@
]; ];
}; };
}; };
environment.systemPackages =
[ pkgs.git
pkgs.htop
pkgs.tree
];
} }

View File

@ -38,7 +38,6 @@
go go
gopls gopls
graphviz graphviz
htop
imagemagick imagemagick
inkscape inkscape
jdk jdk
@ -59,7 +58,6 @@
rustup rustup
stack stack
texlive.combined.scheme-full texlive.combined.scheme-full
tree
wget wget
]; ];