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:
parent
2b567fae93
commit
a2f127639e
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue