diff options
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/home.nix | 4 |
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 ]; } |