Add nix configuration
parent
38acebea6f
commit
8e6671f016
@ -0,0 +1,4 @@
|
|||||||
|
{pkgs, ... }: {
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
|
home.packages = [ pkgs.jdk8 ];
|
||||||
|
}
|
Loading…
Reference in New Issue