diff --git a/modules/homebrew.nix b/modules/homebrew.nix index fc59b7d..6202d81 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -15,6 +15,7 @@ ]; casks = [ # GUI applications - manually installed apps now managed by Homebrew + "tailscale" "inkscape" "firefox" "obsidian" diff --git a/system/darwin/default.nix b/system/darwin/default.nix index 862ecf4..f3d8a6f 100644 --- a/system/darwin/default.nix +++ b/system/darwin/default.nix @@ -4,7 +4,6 @@ imports = [ ../../modules/homebrew.nix nix-homebrew.darwinModules.nix-homebrew - ../../modules/tailscale.nix ]; # Nix configuration