From 6a01ce970bce8bf1397c9ef2b817015a57a19fdd Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Sep 2016 21:56:37 -0400 Subject: Enable synaptics driver on aji. --- nixos/aji.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/aji.nix b/nixos/aji.nix index abda9f8..e04a52f 100644 --- a/nixos/aji.nix +++ b/nixos/aji.nix @@ -43,6 +43,7 @@ ''; services.xserver.xkbModel = "thinkpad60"; + services.xserver.synaptics.enable = true; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "16.03"; -- cgit v1.2.3 From 74d50d4910ac0ca853ab47cb66ee758a0f44d2f4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Sep 2016 22:11:47 -0400 Subject: Synaptics settings. --- nixos/aji.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/aji.nix b/nixos/aji.nix index e04a52f..e953204 100644 --- a/nixos/aji.nix +++ b/nixos/aji.nix @@ -43,7 +43,10 @@ ''; services.xserver.xkbModel = "thinkpad60"; - services.xserver.synaptics.enable = true; + services.xserver.synaptics = { + enable = true; + twoFingerScroll = true; + }; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "16.03"; -- cgit v1.2.3 From b3134fb0df94bdcfdb4ba6f370f2a98f202eabf4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 18 Sep 2016 10:57:01 -0400 Subject: nix-config: Include urxvt. --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6a8387f..12a21d4 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -64,6 +64,8 @@ rofi wireshark trayer + rxvt_unicode-with-plugins + xsel # fonts source-code-pro -- cgit v1.2.3