From 838d830dfd84b6646c34c6ab03e35aeb672fc575 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] nix: remove games and firefox module from faye nixpkgs doesn't have a native firefox package for darwin, same for steam. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index ca76888..a315236 100644 --- a/flake.nix +++ b/flake.nix @@ -39,9 +39,7 @@ system = "aarch64-darwin"; modules = [ ./modules/applications.nix - ./modules/firefox.nix ./modules/fonts.nix - ./modules/games.nix ./modules/nix.nix ./modules/shell.nix