mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): add extra file for additional macos settings
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
fish
|
||||
];
|
||||
|
||||
environment.extraInit = builtins.readFile ./mac-extra.sh;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.fish.enable = true;
|
||||
programs.bash.enable = true;
|
||||
|
||||
6
darwin/mac-extra.sh
Normal file
6
darwin/mac-extra.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# Icon Settings
|
||||
/usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:iconSize 44" ~/Library/Preferences/com.apple.finder.plist
|
||||
/usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:gridSpacing 60" ~/Library/Preferences/com.apple.finder.plist
|
||||
|
||||
# Restart Finder
|
||||
killall Finder
|
||||
Reference in New Issue
Block a user