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
6
modules/software/packages/default.nix
Normal file
6
modules/software/packages/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./core.nix
|
||||
./extended.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue