nixos-dots

nixos dots
git clone git://popovic.xyz/nixos-dots.git
Log | Files | Refs

commit 1f3b670558d3f0a9aa9c6725605a82ce969260a5
parent eb05da68582ce7a9cb6d759ef9065ba9165490e4
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  8 Mar 2026 18:10:59 +0100

bump dots commit

Diffstat:
Mlib/dotfiles.nix | 2+-
Msystem/host/mac.nix | 12++++++------
Musers/mika.nix | 1+
3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix @@ -2,6 +2,6 @@ dotfiles = builtins.fetchGit { url = "git://popovic.xyz/dots.git"; ref = "master"; - rev = "1383a9986f7ffb72103f6959fc71db7852784e9e"; + rev = "958ed4ebba453b876a9750e7b9b8c2bcd05631ab"; }; } diff --git a/system/host/mac.nix b/system/host/mac.nix @@ -89,11 +89,12 @@ }; NSGlobalDomain = { "com.apple.sound.beep.volume" = 0.000; - AppleInterfaceStyle = "Dark"; + AppleInterfaceStyleSwitchesAutomatically = true; ApplePressAndHoldEnabled = false; AppleShowAllExtensions = true; - InitialKeyRepeat = 20; - KeyRepeat = 2; + AppleMetricUnits = 1; + InitialKeyRepeat = 30; + KeyRepeat = 3; NSAutomaticCapitalizationEnabled = false; NSAutomaticDashSubstitutionEnabled = false; NSAutomaticQuoteSubstitutionEnabled = false; @@ -267,9 +268,8 @@ homebrew = { enable = true; prefix = "/opt/homebrew"; - brews = [ - "fzf" - "ripgrep" + casks = [ + "macfuse" ]; onActivation = { autoUpdate = true; diff --git a/users/mika.nix b/users/mika.nix @@ -68,6 +68,7 @@ in settings = { background_opacity = 0.93; confirm_os_window_close = 0; + touch_scroll_multiplier = 1.0; }; };