diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:38:59 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:38:59 +0100 |
| commit | 8a654cf2d988f381ea03ff932f635fb7676092e6 (patch) | |
| tree | 7e446a5a448262eef5cf7475087ac63ae3983d5b /modules/examples | |
| parent | 8b3cf21d878208538f42cff70c969499d5a5c1e6 (diff) | |
add trackpad options for system.defaults
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
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; |
