diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/games/steam-run.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/nixos/games/steam-run.nix b/modules/nixos/games/steam-run.nix index ba18849..37a20e0 100644 --- a/modules/nixos/games/steam-run.nix +++ b/modules/nixos/games/steam-run.nix @@ -11,7 +11,6 @@ in { enable = mkEnableOption "native Steam runtime"; quirks = { - crusaderKings3 = mkEnableOption ''fixes for "Crusader Kings III" issues''; cryptOfTheNecrodancer = mkEnableOption ''fixes for "Crypt of the NecroDancer" issues''; mountAndBladeWarband = mkEnableOption ''fixes for "Mount & Blade: Warband" issues''; }; @@ -32,9 +31,6 @@ in { extraLibraries = _: with cfg.quirks; [] - ++ optionals crusaderKings3 [ - ncurses - ] ++ optionals cryptOfTheNecrodancer [ (import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/d1c3fea7ecbed758168787fe4e4a3157e52bc808.tar.gz"; |