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