tangled
alpha
login
or
join now
boltless.me
/
dot
0
fork
atom
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat(nix): add `fnState` option
boltless.me
10 months ago
fc212696
8674f436
+2
1 changed file
expand all
collapse all
unified
split
nix
darwin.nix
+2
nix/darwin.nix
···
54
54
InitialKeyRepeat = 10;
55
55
# default minimum is 2 (30ms)
56
56
KeyRepeat = 1;
57
57
+
# Use f1, f2, etc. keys as standard function keys.
58
58
+
"com.apple.keyboard.fnState" = true;
57
59
};
58
60
59
61
# reference https://medium.com/@zmre/nix-darwin-quick-tip-activate-your-preferences-f69942a93236