From a2f127639e5fbc5b574ff2e7f3ad0981bb599436 Mon Sep 17 00:00:00 2001 From: lulusillyyy Date: Sun, 2 Aug 2026 09:54:04 -0400 Subject: [PATCH] OBS cask causing issues on MacOS 26 so I'm just uninstalling it since (1) I don't even use it, and (2) I need my stuff to be functional for now. --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8870e3d..9d66a83 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,8 @@ neovim # Text editor of choice htop # Resource manager iina # Media player + # raycast # AI chat/Application launcher/Automation tool + # kanata # Keyboard remapping tool ]; homebrew = { @@ -51,14 +53,13 @@ "font-monocraft-nerd-font" "obsidian" "raycast" - "leader-key" "foobar2000" "android-platform-tools" "zen" - "obs" "krita" "sioyek" "shortcat" + "leader-key" ]; }; @@ -68,7 +69,7 @@ finder.AppleShowAllExtensions = true; NSGlobalDomain.AppleShowAllFiles = true; # finder.AppleShowAllFiles - NSGlobalDomain.AppleShowScrollBars = "WhenScrolling" + NSGlobalDomain.AppleShowScrollBars = "WhenScrolling"; }; nix.enable =false;