From 43b5892c0208f23a78eac398f3a92f79939c0b41 Mon Sep 17 00:00:00 2001 From: rogueking Date: Wed, 20 Aug 2025 15:05:22 -0700 Subject: [PATCH] darwin: added several homebrew applications --- hosts/eva-02/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 4b8dc71..0b12efe 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -75,8 +75,19 @@ casks = [ "1password" "1password-cli" + "blender" + "brave-browser" "docker" "ghostty" + "jellyfin-media-player" + "localsend" + "melonds" + "moonlight" + "obsidian" + "signal" + "steam" + "vesktop" + "vlc" ]; };