1

Home/Darwinix: Set environment variables

This commit is contained in:
2026-03-21 15:39:07 +01:00
parent f1ed339968
commit 339f3fdc33
2 changed files with 12 additions and 2 deletions

View File

@ -34,7 +34,7 @@
};
networking = {
hostname = "${hostname}";
hostName = "${hostname}";
localHostName = "${hostname}";
computerName = "${hostname}";
@ -72,8 +72,11 @@
# dock = {};
trackpad = {
ActuateDetents = true;
ActuateDetents = true; # Haptic feedback
ActuationStrength = 1;
Clicking = true; # Tap to click
Dragging = true; # Double tap to drag
TrackpadRightClick = true;
};
};