about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/games.nix')
-rw-r--r--users/grfn/system/home/modules/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix
index 5272ac9330..8731826630 100644
--- a/users/grfn/system/home/modules/games.nix
+++ b/users/grfn/system/home/modules/games.nix
@@ -55,7 +55,7 @@ mkMerge [
   (mkIf stdenv.isLinux {
     home.packages = [
       df
-      polymc
+      prismlauncher
     ];
   })
 ]