about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/home/modules/games.nix')
-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 e508d7b3b9..b3e07a83e6 100644
--- a/users/glittershark/system/home/modules/games.nix
+++ b/users/glittershark/system/home/modules/games.nix
@@ -47,12 +47,12 @@ in mkMerge [
   {
     home.packages = [
       crawl
-      multimc
     ];
   }
   (mkIf stdenv.isLinux {
     home.packages = [
       df
+      multimc
     ];
   })
 ]