chore: move systemPackages to core modules

This commit is contained in:
Ahwx 2024-10-21 15:41:13 +02:00
parent 06edba04c8
commit 749caeb85a

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs = {
dconf.enable = true;
@ -9,4 +9,9 @@
# pinentryFlavor = "";
};
};
environment.systemPackages = with pkgs; [
wget
git
];
}