dumb features

master
Elias Almqvist 2 weeks ago
parent 9800c22730
commit c1405dc3e9
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 5
      nix-darwin/configuration.nix

@ -20,6 +20,11 @@
# $ darwin-rebuild changelog
system.stateVersion = 6;
# Fix dumb MacOS features that no one asked for
system.defaults.NSGlobalDomain = {
ApplePressAndHoldEnabled = false;
};
# Allow unfree (and optionally broken) packages
nixpkgs.config = {
allowUnfree = true;

Loading…
Cancel
Save