From 90a43631bc8b49e8dda7de188fc1183b64ae2a0c Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 1 Jul 2025 13:49:27 -0500 Subject: [PATCH] Add tidal, unarchiver --- home/home.nix | 1 + hosts/Ethans-MacBook-Air/configuration.nix | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/home/home.nix b/home/home.nix index 220ee98..973070f 100644 --- a/home/home.nix +++ b/home/home.nix @@ -13,6 +13,7 @@ iterm2 nerd-fonts.jetbrains-mono signal-desktop-bin + the-unarchiver ]; shell = { enableNushellIntegration = true; diff --git a/hosts/Ethans-MacBook-Air/configuration.nix b/hosts/Ethans-MacBook-Air/configuration.nix index 5ac109a..77c8896 100644 --- a/hosts/Ethans-MacBook-Air/configuration.nix +++ b/hosts/Ethans-MacBook-Air/configuration.nix @@ -25,4 +25,12 @@ }; home-manager.backupFileExtension = "backup"; + + homebrew = { + enable = true; + casks = [ + "tidal" + "orion" + ]; + }; }