commit 0154c1ba37b4c6ac92c12f6825cac439fde39c4e
parent 1f3b670558d3f0a9aa9c6725605a82ce969260a5
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sun, 8 Mar 2026 18:47:59 +0100
add anylinuxfs
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/system/host/mac.nix b/system/host/mac.nix
@@ -93,8 +93,8 @@
ApplePressAndHoldEnabled = false;
AppleShowAllExtensions = true;
AppleMetricUnits = 1;
- InitialKeyRepeat = 30;
- KeyRepeat = 3;
+ InitialKeyRepeat = 20;
+ KeyRepeat = 2;
NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false;
NSAutomaticQuoteSubstitutionEnabled = false;
@@ -268,9 +268,13 @@
homebrew = {
enable = true;
prefix = "/opt/homebrew";
- casks = [
- "macfuse"
+ taps = [
+ "nohajc/anylinuxfs"
];
+ brews = [
+ "anylinuxfs"
+ ];
+ casks = [ ];
onActivation = {
autoUpdate = true;
upgrade = true;