about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-07T14·57-0400
committerGriffin Smith <root@gws.fyi>2020-05-07T14·57-0400
commit5d5ec0f7a170c960ce729e4a61313d98852158ce (patch)
treebfaa498fb1e8d9c67bc437ab8b8dc29e94db94ab
parente085facc30503715dc088b0a0c065c9bd424ae1b (diff)
dwarf-fortress-full
-rw-r--r--home/home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix
index c8debbfda8..9509642565 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -79,7 +79,10 @@ let machine = ./machines/chupacabra.nix; in
 
     # games
     crawl
-    dwarf-fortress
+    (dwarf-fortress-packages.dwarf-fortress-full.override {
+      enableIntro = false;
+      enableFPS = true;
+    })
 
     # Nix things
     nix-prefetch-github