diff --git a/homes/aarch64-darwin/mattjallen@macbook-pro/default.nix b/homes/aarch64-darwin/mattjallen@macbook-pro/default.nix index 49d9712..55cb28a 100755 --- a/homes/aarch64-darwin/mattjallen@macbook-pro/default.nix +++ b/homes/aarch64-darwin/mattjallen@macbook-pro/default.nix @@ -13,7 +13,6 @@ let age cpufetch deadnix - direnv nixfmt-rfc-style nodePackages.nodejs uv diff --git a/modules/home/programs/code/default.nix b/modules/home/programs/code/default.nix index b488bc5..634279a 100644 --- a/modules/home/programs/code/default.nix +++ b/modules/home/programs/code/default.nix @@ -154,8 +154,8 @@ in }; }; direnv = { - enable = true; - nix-direnv.enable = true; + enable = false; + nix-direnv.enable = false; enableZshIntegration = true; }; }; diff --git a/systems/aarch64-darwin/macbook-pro/default.nix b/systems/aarch64-darwin/macbook-pro/default.nix index d419112..0cdb87c 100755 --- a/systems/aarch64-darwin/macbook-pro/default.nix +++ b/systems/aarch64-darwin/macbook-pro/default.nix @@ -17,6 +17,7 @@ NH_OS_FLAKE = "/Users/mattjallen/nix-config"; }; systemPackages = with pkgs; [ + attic-client macpm mas nh diff --git a/systems/aarch64-darwin/macbook-pro/programs.nix b/systems/aarch64-darwin/macbook-pro/programs.nix index b122a8f..10c1d6e 100644 --- a/systems/aarch64-darwin/macbook-pro/programs.nix +++ b/systems/aarch64-darwin/macbook-pro/programs.nix @@ -1,9 +1,9 @@ -{ ... }: +{ lib, ... }: { programs = { direnv = { - enable = true; - nix-direnv.enable = true; + enable = lib.mkForce false; + nix-direnv.enable = lib.mkForce false; }; nix-index = {