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.

This commit is contained in:
lulusilly 2026-08-02 09:54:04 -04:00
parent 2b567fae93
commit a2f127639e

View file

@ -31,6 +31,8 @@
neovim # Text editor of choice neovim # Text editor of choice
htop # Resource manager htop # Resource manager
iina # Media player iina # Media player
# raycast # AI chat/Application launcher/Automation tool
# kanata # Keyboard remapping tool
]; ];
homebrew = { homebrew = {
@ -51,14 +53,13 @@
"font-monocraft-nerd-font" "font-monocraft-nerd-font"
"obsidian" "obsidian"
"raycast" "raycast"
"leader-key"
"foobar2000" "foobar2000"
"android-platform-tools" "android-platform-tools"
"zen" "zen"
"obs"
"krita" "krita"
"sioyek" "sioyek"
"shortcat" "shortcat"
"leader-key"
]; ];
}; };
@ -68,7 +69,7 @@
finder.AppleShowAllExtensions = true; finder.AppleShowAllExtensions = true;
NSGlobalDomain.AppleShowAllFiles = true; NSGlobalDomain.AppleShowAllFiles = true;
# finder.AppleShowAllFiles # finder.AppleShowAllFiles
NSGlobalDomain.AppleShowScrollBars = "WhenScrolling" NSGlobalDomain.AppleShowScrollBars = "WhenScrolling";
}; };
nix.enable =false; nix.enable =false;