refactor: move jdk17 to a seperate file on laptop system

This commit is contained in:
Maddie H 2024-10-09 22:16:56 +01:00
parent fa44652c2e
commit 45a68d3ae6
Signed by: maddie
GPG Key ID: C296DE8C9053683F
2 changed files with 7 additions and 2 deletions

7
systems/laptop/java.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
jdk17
];
}

View File

@ -13,7 +13,5 @@
fzf fzf
bat bat
git git
jdk17
]; ];
} }