diff options
author | azahi <azat@bahawi.net> | 2025-01-06 23:21:56 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-06 23:21:56 +0300 |
commit | 9faff5e0bee5718a5825cef2604a4e81ddcbd0e0 (patch) | |
tree | f2791f036b339e7c04958e6c0a1ca7604b9523f9 /configurations/eonwe/vidya.nix | |
parent | 2025-01-01 (diff) |
Diffstat (limited to 'configurations/eonwe/vidya.nix')
-rw-r--r-- | configurations/eonwe/vidya.nix | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix index a40daa9..0cde57a 100644 --- a/configurations/eonwe/vidya.nix +++ b/configurations/eonwe/vidya.nix @@ -10,34 +10,32 @@ games = { lutris.enable = true; - steam.enable = true; - steam-run.quirks = { - blackIsleStudios = true; - cryptOfTheNecrodancer = true; - mountAndBladeWarband = false; - }; - - minecraft.client.enable = true; + # steam-run.quirks = { + # blackIsleStudios = true; + # cryptOfTheNecrodancer = true; + # mountAndBladeWarband = false; + # }; + # minecraft.client.enable = true; }; }; hm.home.packages = with pkgs; [ - (crawl.override { tileMode = true; }) - (dwarf-fortress-packages.dwarf-fortress-full.override { - dfVersion = "50.13"; - theme = "cla"; - enableIntro = false; - enableFPS = true; - }) - fallout-ce - fallout2-ce - gzdoom - openmw - openttd - qzdl - r2modman + # (crawl.override { tileMode = true; }) + # (dwarf-fortress-packages.dwarf-fortress-full.override { + # dfVersion = "50.13"; + # theme = "cla"; + # enableIntro = false; + # enableFPS = true; + # }) + # fallout-ce + # fallout2-ce + # gzdoom + # openmw + # openttd + # qzdl + # r2modman + # xonotic vcmi - xonotic ]; } |