about summary refs log tree commit diff
path: root/home/home.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-08T03·48-0400
committerGriffin Smith <root@gws.fyi>2020-05-08T03·48-0400
commit7266a417076eb7e69c8f4f235c640608ed8c624d (patch)
tree6d879f9e37bbf80e0f2abe62d8ea0b044233e3ac /home/home.nix
parent2e03eba922649afc57561d952c83b5182693a793 (diff)
Properly configured dwarf fortress
The dwarf fortress packages built into nixpkgs are a little silly and a
lot overbearing - do a bunch of hacky substitution to pound them into
submission so that I can actually configure stuff like SHOW_FLOW_AMOUNTS
and AUTOSAVE, which I feel like I need.
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/home/home.nix b/home/home.nix
index 9509642565..213560b095 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -9,6 +9,7 @@ let machine = ./machines/chupacabra.nix; in
     ./modules/emacs.nix
     ./modules/email.nix
     ./modules/firefox.nix
+    ./modules/games.nix
     ./modules/i3.nix
     ./modules/shell.nix
     ./modules/tarsnap.nix
@@ -77,13 +78,6 @@ let machine = ./machines/chupacabra.nix; in
     spotify
     playerctl
 
-    # games
-    crawl
-    (dwarf-fortress-packages.dwarf-fortress-full.override {
-      enableIntro = false;
-      enableFPS = true;
-    })
-
     # Nix things
     nix-prefetch-github
   ];