feat: differentiate between core and extended pkgs

also use core packages in server system profile
This commit is contained in:
Ranomier 2025-05-10 22:09:55 +02:00
parent 9320bd758a
commit 6960c79fbd
5 changed files with 22 additions and 19 deletions

View file

@ -0,0 +1,13 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
file
git
htop
ncdu
p7zip
ripgrep
tmux
unzip
wget
];
}