about summary refs log tree commit diff
path: root/users/glittershark
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark')
-rw-r--r--users/glittershark/system/home/modules/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/games.nix b/users/glittershark/system/home/modules/games.nix
index a9adf9c910..e508d7b3b9 100644
--- a/users/glittershark/system/home/modules/games.nix
+++ b/users/glittershark/system/home/modules/games.nix
@@ -47,6 +47,7 @@ in mkMerge [
   {
     home.packages = [
       crawl
+      multimc
     ];
   }
   (mkIf stdenv.isLinux {
@@ -55,4 +56,3 @@ in mkMerge [
     ];
   })
 ]
-