diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-08 21:47:23 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-08 21:47:23 -0400 |
| commit | f5a674f640f5bafc1c3ed04553f5bb99cdb5ec3d (patch) | |
| tree | 26b0e9cdf902075983e7b904c68221ed75ab1850 /nixos | |
| parent | c8935f56285a37cabe4d74a8444a7e0679a19906 (diff) | |
| parent | 1fc6cad10440b4bea761a69080e9571e0423ad2d (diff) | |
Merge branch 'master' of sabaki.qlic.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/aji.nix | 4 | ||||
| -rw-r--r-- | nixos/configuration.nix | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nixos/aji.nix b/nixos/aji.nix index abda9f8..e953204 100644 --- a/nixos/aji.nix +++ b/nixos/aji.nix @@ -43,6 +43,10 @@ ''; services.xserver.xkbModel = "thinkpad60"; + services.xserver.synaptics = { + enable = true; + twoFingerScroll = true; + }; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "16.03"; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6a29e71..775ee7a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -69,6 +69,8 @@ iperf telnet pass + rxvt_unicode-with-plugins + xsel # fonts source-code-pro |
