mirror of https://github.com/bjeanes/dotfiles.git
Ask macOS to activate settings that have changed on `nix run`
parent
c8b57ef276
commit
5f38f29d38
|
@ -193,6 +193,12 @@
|
||||||
system.keyboard.enableKeyMapping = true;
|
system.keyboard.enableKeyMapping = true;
|
||||||
system.keyboard.remapCapsLockToControl = true;
|
system.keyboard.remapCapsLockToControl = true;
|
||||||
|
|
||||||
|
# https://archive.is/KBa2w
|
||||||
|
system.activationScripts.postUserActivation.text = ''
|
||||||
|
# Following line should allow us to avoid a logout/login cycle
|
||||||
|
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||||
|
'';
|
||||||
|
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
# Show file extensions in Finder
|
# Show file extensions in Finder
|
||||||
finder.AppleShowAllExtensions = true;
|
finder.AppleShowAllExtensions = true;
|
||||||
|
|
Loading…
Reference in New Issue