diff options
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/vidya.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix index d2b85f5..5753ede 100644 --- a/configurations/eonwe/vidya.nix +++ b/configurations/eonwe/vidya.nix @@ -20,7 +20,7 @@ hm.home.packages = with pkgs; [ (crawl.override { tileMode = true; }) (dwarf-fortress-packages.dwarf-fortress-full.override { - dfVersion = "0.47.05"; + dfVersion = "50.13"; theme = "cla"; enableIntro = false; enableFPS = true; @@ -32,6 +32,7 @@ openmw openttd qzdl + r2modman vcmi xonotic ]; |