diff options
Diffstat (limited to 'users/grfn/system/home/modules/games.nix')
-rw-r--r-- | users/grfn/system/home/modules/games.nix | 2 |
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 873182663020..5e2800389208 100644 --- a/users/grfn/system/home/modules/games.nix +++ b/users/grfn/system/home/modules/games.nix @@ -11,7 +11,7 @@ let theme = null; enableIntro = false; enableFPS = true; - enableDFHack = false; # Fails to build currently + enableDFHack = true; }); init = runCommand "init.txt" { } '' |