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
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;