NixToSee/modules/software/packages/core.nix
Ranomier 6960c79fbd feat: differentiate between core and extended pkgs
also use core packages in server system profile
2025-05-10 22:09:55 +02:00

13 lines
151 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
file
git
htop
ncdu
p7zip
ripgrep
tmux
unzip
wget
];
}