diff options
| author | Baitinq <[email protected]> | 2025-09-15 19:43:21 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-09-15 19:58:43 +0200 |
| commit | f3658425b0e324532ab2a0bd26f9e1a25599c213 (patch) | |
| tree | 4158257e5f5e7b2e134977b94eea5806a8bdcc92 | |
| parent | Update (diff) | |
| download | nixos-config-f3658425b0e324532ab2a0bd26f9e1a25599c213.tar.gz nixos-config-f3658425b0e324532ab2a0bd26f9e1a25599c213.tar.bz2 nixos-config-f3658425b0e324532ab2a0bd26f9e1a25599c213.zip | |
Hosts: Phobos: Replace minecraft with prismlauncher
| -rw-r--r-- | hosts/phobos/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index a74ab86..e55ff66 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -12,7 +12,7 @@ }: { home.packages = with pkgs; [ - minecraft + prismlauncher trackma adl jetbrains.idea-community |