From a6b2837b0beee08e68781c6186c52e0951058f80 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 7 Jun 2023 12:55:10 -0400 Subject: [PATCH] firefox doesnt really work well with nix --- homeConfig/modules/browsers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/modules/browsers/default.nix b/homeConfig/modules/browsers/default.nix index 27e5d01..ff9872b 100644 --- a/homeConfig/modules/browsers/default.nix +++ b/homeConfig/modules/browsers/default.nix @@ -9,7 +9,7 @@ in config = mkIf cfg.enable { programs.firefox = { enable = true; - profiles.bryan = import config/bryan.nix { inherit pkgs; }; + #profiles.bryan = import config/bryan.nix { inherit pkgs; }; }; home.packages = with pkgs; [