Compare commits

...
2 Commits
Author SHA1 Message Date
christoph c2b661adbb System/Darwinix: Update trackpad/keyboard config 2026-03-22 22:43:08 +01:00
christoph aa4ebfbc06 Home: Update nixinator ssh config 2026-03-22 22:42:28 +01:00
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -327,8 +327,9 @@
controlPersist = "no";
};
"nixinator" = {
port = 5432;
user = "christoph";
hostname = "192.168.86.50";
hostname = "vps.chriphost.de";
};
"servenix" = {
user = "christoph";
+2 -1
View File
@@ -718,8 +718,9 @@ in
controlPersist = "no";
};
"nixinator" = {
port = 5432;
user = "christoph";
hostname = "192.168.86.50";
hostname = "vps.chriphost.de";
};
"servenix" = {
user = "christoph";
+3 -2
View File
@@ -84,13 +84,14 @@
Clicking = true; # Tap to click
Dragging = true; # Double tap to drag
TrackpadRightClick = true;
TrackpadPinch = true;
};
};
keyboard = {
enableKeyMapping = true;
swapLeftCtrlAndFn = true;
swapLeftCommandAndLeftAlt = true;
swapLeftCtrlAndFn = false;
swapLeftCommandAndLeftAlt = false;
};
};