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

@ -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
];
}