Compare commits
2 Commits
db850552e3
...
c2b661adbb
| Author | SHA1 | Date | |
|---|---|---|---|
|
c2b661adbb
|
|||
|
aa4ebfbc06
|
@ -327,8 +327,9 @@
|
|||||||
controlPersist = "no";
|
controlPersist = "no";
|
||||||
};
|
};
|
||||||
"nixinator" = {
|
"nixinator" = {
|
||||||
|
port = 5432;
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
hostname = "192.168.86.50";
|
hostname = "vps.chriphost.de";
|
||||||
};
|
};
|
||||||
"servenix" = {
|
"servenix" = {
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
|
|||||||
@ -718,8 +718,9 @@ in
|
|||||||
controlPersist = "no";
|
controlPersist = "no";
|
||||||
};
|
};
|
||||||
"nixinator" = {
|
"nixinator" = {
|
||||||
|
port = 5432;
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
hostname = "192.168.86.50";
|
hostname = "vps.chriphost.de";
|
||||||
};
|
};
|
||||||
"servenix" = {
|
"servenix" = {
|
||||||
user = "christoph";
|
user = "christoph";
|
||||||
|
|||||||
@ -84,13 +84,14 @@
|
|||||||
Clicking = true; # Tap to click
|
Clicking = true; # Tap to click
|
||||||
Dragging = true; # Double tap to drag
|
Dragging = true; # Double tap to drag
|
||||||
TrackpadRightClick = true;
|
TrackpadRightClick = true;
|
||||||
|
TrackpadPinch = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
keyboard = {
|
keyboard = {
|
||||||
enableKeyMapping = true;
|
enableKeyMapping = true;
|
||||||
swapLeftCtrlAndFn = true;
|
swapLeftCtrlAndFn = false;
|
||||||
swapLeftCommandAndLeftAlt = true;
|
swapLeftCommandAndLeftAlt = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user