summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index e3e50e8..7239f2d 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -39,6 +39,8 @@
system.defaults.finder.QuitMenuItem = true;
system.defaults.finder.FXEnableExtensionChangeWarning = false;
+ system.defaults.trackpad.Clicking = true;
+
programs.tmux.enable = true;
programs.tmux.loginShell = "${config.programs.zsh.shell} -l";
programs.tmux.enableSensible = true;