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
gopls
graphviz
htop
imagemagick
inkscape
jdk
@ -59,7 +58,6 @@
rustup
stack
texlive.combined.scheme-full
tree
wget
];