feat: differentiate between core and extended pkgs
also use core packages in server system profile
This commit is contained in:
parent
9320bd758a
commit
6960c79fbd
5 changed files with 22 additions and 19 deletions
13
modules/software/packages/core.nix
Normal file
13
modules/software/packages/core.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
file
|
||||
git
|
||||
htop
|
||||
ncdu
|
||||
p7zip
|
||||
ripgrep
|
||||
tmux
|
||||
unzip
|
||||
wget
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue