From cd36b6f04c4ab5eae2d684f131508239af3c6ef9 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 17 Jul 2024 09:42:39 +0200 Subject: [PATCH] thaylen-city: More system configuration --- machines/thaylen-city/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/thaylen-city/default.nix b/machines/thaylen-city/default.nix index 838fe96d..c423be09 100644 --- a/machines/thaylen-city/default.nix +++ b/machines/thaylen-city/default.nix @@ -3,10 +3,13 @@ { homebrew = { enable = true; + brews = [ + ]; casks = [ "docker" "libreoffice" "rubymine" + "tsh" ]; global.brewfile = true; onActivation = {