diff --git a/flake.lock b/flake.lock index ae91762a..2749d97c 100644 --- a/flake.lock +++ b/flake.lock @@ -92,11 +92,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1704387047, - "narHash": "sha256-YiQoAg5EOAdNfXBWDWcnIb7GrZ1Al4ThZy9V0VakCtQ=", + "lastModified": 1704416418, + "narHash": "sha256-vsipNcGyMERHHgjx3IX1utNcbcpTHz2npUwW/PEcE7o=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "9206a7acdc0dd951d5d229b09405c7c6205bcef4", + "rev": "94b6e68490568844771f136728d551af61c3f0bb", "type": "github" }, "original": { @@ -289,11 +289,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1704145853, - "narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=", + "lastModified": 1704295289, + "narHash": "sha256-9WZDRfpMqCYL6g/HNWVvXF0hxdaAgwgIGeLYiOhmes8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2d2ea8eab9e400618748ab1a6a108255233b602c", + "rev": "b0b2c5445c64191fd8d0b31f2b1a34e45a64547d", "type": "github" }, "original": { diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index 832dec92..f2bb957d 100644 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -41,7 +41,10 @@ }; }; editors.neovim.enable = true; - dev.goland.enable = true; + dev = { + goland.enable = true; + jvm.enable = true; + }; hardware = { sound.enable = true; grub.enable = true;