diff --git a/config/darwin.nix b/config/darwin.nix index 5762888..7d4905a 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -1,9 +1,6 @@ { config, pkgs, lib, ... }: { nix.settings.experimental-features = ["nix-command" "flakes"]; - # Path fix for GUI applications. - launchd.user.envVariables.PATH = config.environment.systemPath; - nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ git diff --git a/flake.lock b/flake.lock index 114b3ec..b0078fd 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1732603785, - "narHash": "sha256-AEjWTJwOmSnVYsSJCojKgoguGfFfwel6z/6ud6UFMU8=", + "lastModified": 1733570843, + "narHash": "sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "6ab87b7c84d4ee873e937108c4ff80c015a40c7a", + "rev": "a35b08d09efda83625bef267eb24347b446c80b8", "type": "github" }, "original": {