diff --git a/flake.lock b/flake.lock index 1c32219..3934b0c 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1761656077, - "narHash": "sha256-lsNWuj4Z+pE7s0bd2OKicOFq9bK86JE0ZGeKJbNqb94=", + "lastModified": 1762618334, + "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=", "owner": "ryantm", "repo": "agenix", - "rev": "9ba0d85de3eaa7afeab493fed622008b6e4924f5", + "rev": "fcdea223397448d35d9b31f798479227e80183f6", "type": "github" }, "original": { @@ -52,11 +52,11 @@ ] }, "locked": { - "lastModified": 1762186368, - "narHash": "sha256-dzLBZKccS0jMefj+WAYwsk7gKDluqavC7I4KfFwVh8k=", + "lastModified": 1764161084, + "narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "69921864a70b58787abf5ba189095566c3f0ffd3", + "rev": "e95de00a471d07435e0527ff4db092c84998698e", "type": "github" }, "original": { @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1762228452, - "narHash": "sha256-Y5950vzoyJ8+u4U6dlI/2VEbf3JQnIJsmRWWWcsgpRg=", + "lastModified": 1764736867, + "narHash": "sha256-Q/+03EAvtzCbhGXv7yLsYh+pXIzLUgibpQKxo5CI2bk=", "owner": "nix-community", "repo": "home-manager", - "rev": "aa6936bb637e46a49cf1292486200ba41dd4bcf7", + "rev": "bcc7afa1d873ead5932fbb4d42f1916a9627c084", "type": "github" }, "original": { @@ -108,11 +108,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1762111121, - "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", "type": "github" }, "original": { diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 5dfb3f5..8c7ba33 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -1,6 +1,5 @@ { homebrew.masApps = { - "AdGuard for Safari" = 1440147259; "GarageBand" = 682658836; "Keynote" = 409183694; "Numbers" = 409203825; diff --git a/modules/darwin/casks.nix b/modules/darwin/casks.nix index e4e7ac2..3fb489d 100644 --- a/modules/darwin/casks.nix +++ b/modules/darwin/casks.nix @@ -1,6 +1,7 @@ { homebrew.casks = [ "acorn" + "adguard" "chatgpt" "electrum" "ghostty"