diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2022-06-20 18:14:28 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-20 18:14:28 +0200 |
commit | 8caba9164964224dd913786c88c685b1eb529296 (patch) | |
tree | 358ac2c244bd17ad2fe4b65e012ca5ff6fdb96eb /hosts/phobos/home.nix | |
parent | Change how the mkHost function is applied, generate set dynamically (diff) | |
download | nixos-config-8caba9164964224dd913786c88c685b1eb529296.tar.gz nixos-config-8caba9164964224dd913786c88c685b1eb529296.tar.bz2 nixos-config-8caba9164964224dd913786c88c685b1eb529296.zip |
Move minecraft override to the base overlay
Diffstat (limited to '')
-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 ]; } |