idk if this'll even work
This commit is contained in:
parent
8983794e9d
commit
2b567fae93
2 changed files with 143 additions and 2 deletions
|
|
@ -31,8 +31,6 @@
|
|||
neovim # Text editor of choice
|
||||
htop # Resource manager
|
||||
iina # Media player
|
||||
# raycast # AI chat/Application launcher/Automation tool
|
||||
# kanata # Keyboard remapping tool
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
@ -53,6 +51,7 @@
|
|||
"font-monocraft-nerd-font"
|
||||
"obsidian"
|
||||
"raycast"
|
||||
"leader-key"
|
||||
"foobar2000"
|
||||
"android-platform-tools"
|
||||
"zen"
|
||||
|
|
@ -67,6 +66,9 @@
|
|||
system.defaults = {
|
||||
dock.autohide = true;
|
||||
finder.AppleShowAllExtensions = true;
|
||||
NSGlobalDomain.AppleShowAllFiles = true;
|
||||
# finder.AppleShowAllFiles
|
||||
NSGlobalDomain.AppleShowScrollBars = "WhenScrolling"
|
||||
};
|
||||
|
||||
nix.enable =false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue