From 929259fc0d2aafe793804db188ff129a38ed71e0 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 29 Jan 2024 11:25:45 -0500 Subject: [PATCH] universeair: nixify *almost* everything --- machines/universeair/configuration.nix | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index c944175..3254284 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -53,7 +53,30 @@ in btop cbqn-replxx - ]); + + # Graphical Apps: + firefox + rectangle + tailscale + discord + slack + # TODO: Consider using Yabai?? + ]); + + homebrew = { + enable = true; + # Graphical apps to install through homebrew instead of nixpkgs + casks = [ + "nextcloud" + "tidal" + ]; + # 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" + ]; + }; # Create /etc/zshrc that loads the nix-darwin environment. programs.bash.enable = true; # default shell on catalina