From 544ee898d1acdc0ddae6a58e915613d7d17ce96c Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 29 Jan 2024 11:29:19 -0500 Subject: [PATCH] universeair: firefox (nix -> homebrew) not built for darwin (yet) --- machines/universeair/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index 7f22933..b5a6139 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -55,7 +55,6 @@ in cbqn-replxx # Graphical Apps: - firefox rectangle tailscale discord @@ -67,6 +66,7 @@ in enable = true; # Graphical apps to install through homebrew instead of nixpkgs casks = [ + "firefox" "nextcloud" "tidal" ];