From 1805cbf46b62104bd748de374d978ceaefc8c0ae Mon Sep 17 00:00:00 2001 From: david Date: Thu, 13 Mar 2025 11:18:50 -0400 Subject: [PATCH] universeair: moar casks --- machines/universeair/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index 22787d6..d9de84f 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -152,7 +152,7 @@ in texliveFull wget - xquartz + #xquartz kitty btop @@ -166,10 +166,12 @@ in tailscale discord slack - inkscape gimp # aseprite # TODO: Consider using Yabai?? + + # Games + prismlauncher ]); homebrew = { @@ -191,12 +193,15 @@ in "tailscale" "godot" "pixelorama" + "blender" + "inkscape" ]; # Apps to install outside of nix for when wanting to test/run # things that... aren't used by other people who use nix, like # python apps (which is why poetry is there) brews = [ "poetry" + "pdm" "python@3.11" "python@3.10" "pygments"