diff options
Diffstat (limited to 'users/grfn/system/home/modules')
-rw-r--r-- | users/grfn/system/home/modules/games.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix index 8067caf65fb1..5272ac9330fc 100644 --- a/users/grfn/system/home/modules/games.nix +++ b/users/grfn/system/home/modules/games.nix @@ -11,6 +11,7 @@ let theme = null; enableIntro = false; enableFPS = true; + enableDFHack = false; # Fails to build currently }); init = runCommand "init.txt" { } '' |