refactor: move jdk17 to a seperate file on laptop system
This commit is contained in:
parent
fa44652c2e
commit
45a68d3ae6
7
systems/laptop/java.nix
Normal file
7
systems/laptop/java.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
jdk17
|
||||
];
|
||||
}
|
@ -13,7 +13,5 @@
|
||||
fzf
|
||||
bat
|
||||
git
|
||||
|
||||
jdk17
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user