diff --git a/modules/apps/default.nix b/modules/apps/default.nix index ce1e3c6..954f6c1 100644 --- a/modules/apps/default.nix +++ b/modules/apps/default.nix @@ -146,7 +146,7 @@ in }; programs = { - firefox = import ./firefox.nix pkgs; + firefox = import ./firefox.conf.nix pkgs; thunderbird = { enable = true; diff --git a/modules/apps/firefox.nix b/modules/apps/firefox.conf.nix similarity index 100% rename from modules/apps/firefox.nix rename to modules/apps/firefox.conf.nix