diff --git a/cask.nix b/cask.nix index add4702..924abaf 100644 --- a/cask.nix +++ b/cask.nix @@ -11,7 +11,6 @@ "raycast" "ghostty" "iina" - "shutter-encoder" # Dev "sloth" @@ -19,7 +18,6 @@ "bruno" "zed" - # Base "obsidian" "figma" diff --git a/flake.lock b/flake.lock index d1cbca0..c46392c 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1787176219, - "narHash": "sha256-djoRr6jBpe35q/0JwAvXpFXg1Ktf+X54NU2RLR7wnHw=", + "lastModified": 1788651960, + "narHash": "sha256-v9wJd32eZ2bvhBzVOd7TIjLQd011P7nwOhjKtWlci5I=", "owner": "nix-community", "repo": "home-manager", - "rev": "c53d643b3737e2fcd04e6cb3b3580ef50b2087a0", + "rev": "2c0350c759688177331b8f5242311fae8877bdb3", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1787209939, - "narHash": "sha256-WvvHR4kSQLAbtouMC/ruZ5UpLwlUcY3K4FAllMN+yGk=", + "lastModified": 1788549839, + "narHash": "sha256-kOrCcSIA6w9J1hX5DqHy2k9pDTJymExTsbV74U9UtCA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "391b592eb44808b3bd0cb80bb71b63a5a118b8bb", + "rev": "17de0b976395537756f30a3e78f2f06e5cec89ed", "type": "github" }, "original": { diff --git a/hosts/mac14.nix b/hosts/mac14.nix index eab1057..40f623c 100644 --- a/hosts/mac14.nix +++ b/hosts/mac14.nix @@ -17,6 +17,13 @@ "transmission" "steam" "android-studio" + "opencode-desktop" + "anytype" + "linear" + "jan" + "bitwarden" + "freecad" + "blender" ]; pkgs = pkgs: with pkgs; [ @@ -27,6 +34,8 @@ infisical ffmpeg mkcert + codecrafters-cli + postgresql_18 ]; }; }