about summary refs log tree commit diff
path: root/hosts/phobos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/phobos/home.nix')
-rw-r--r--hosts/phobos/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 4158316..a697850 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -1,14 +1,14 @@
 { config, lib, pkgs, inputs, user, hostname, secrets, ... }:
 {
   home.packages = with pkgs; [
-    (minecraft.override { jre = pkgs.jdk8; })
+    minecraft
     jetbrains.idea-community
     calibre
     qtcreator
     custom.anime-downloader
     custom.adl
     custom.trackma
-    kcc
     custom.kindlegen
+    kcc
   ];
 }