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
|
@ -1,18 +1,11 @@
|
|||
{
|
||||
imports = let
|
||||
packages = {pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
wget
|
||||
];
|
||||
};
|
||||
in [
|
||||
imports = [
|
||||
./defaults.nix
|
||||
./mini.nix
|
||||
|
||||
../modules/customisation.nix
|
||||
../modules/software/neovim.nix
|
||||
../modules/software/packages/core.nix
|
||||
|
||||
packages
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue