diff options
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/home/home.nix b/home/home.nix index 95096425653c..213560b095f8 100644 --- a/home/home.nix +++ b/home/home.nix @@ -9,6 +9,7 @@ let machine = ./machines/chupacabra.nix; in ./modules/emacs.nix ./modules/email.nix ./modules/firefox.nix + ./modules/games.nix ./modules/i3.nix ./modules/shell.nix ./modules/tarsnap.nix @@ -77,13 +78,6 @@ let machine = ./machines/chupacabra.nix; in spotify playerctl - # games - crawl - (dwarf-fortress-packages.dwarf-fortress-full.override { - enableIntro = false; - enableFPS = true; - }) - # Nix things nix-prefetch-github ]; |