fix: systemPackages

This commit is contained in:
KoenDR06 2025-09-27 16:25:46 +02:00
parent 3193838d5e
commit 3c64a317ea

View file

@ -14,7 +14,7 @@ in {
};
config = mkIf cfg.enable {
environment.packages = with pkgs; [
environment.systemPackages = with pkgs; [
jdk
];