From 0a734d48cdda9fcb8982eb885d65075ef05a9b77 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 16 Mar 2025 07:02:40 +0700 Subject: [PATCH] chore(nix/darwin): Remove MOZ_LEGACY_PROFILES The profile issue is fixed on commit https://github.com/nix-community/home-manager/commit/b5e09b85f22675923a61ef75e6e9188bd113a6e1 --- nix/users/ziro/darwin.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/users/ziro/darwin.nix b/nix/users/ziro/darwin.nix index a175ce6..7235fa0 100644 --- a/nix/users/ziro/darwin.nix +++ b/nix/users/ziro/darwin.nix @@ -28,8 +28,6 @@ # }; # }; - home.sessionVariables.MOZ_LEGACY_PROFILES = 1; - home.activation.applications = let env = pkgs.buildEnv { name = "home-applications";