Commit 3054c1255f40
Changed files (2)
machine
profiles
machine/wakasu.nix
@@ -16,20 +16,14 @@
../hardware/thinkpad-t460s.nix
];
- #services.synergy.client = {
- # enable = true;
- # autoStart = false;
- # screenName = "wakasu";
- # serverAddress = "hokkaido.local";
- #};
-
security.pam.loginLimits = [
{ domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
{ domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; }
{ domain = "@audio"; item = "nofile"; type = "-"; value = "99999"; }
];
hardware.bluetooth.enable = true;
-
+ hardware.trackpoint.enable = false;
+
time.timeZone = "Europe/Paris";
services.xserver.displayManager.slim.theme = pkgs.fetchurl {
profiles/desktop.nix
@@ -81,13 +81,13 @@ Driver "evdev"
Option "XkbLayout" "fr"
Option "XkbVariant" "bepo"
''
- ''
-Identifier "evdev touchpad off"
-MatchIsTouchpad "on"
-MatchDevicePath "/dev/input/event*"
-Driver "evdev"
-Option "Ignore" "true"
- ''
+# ''
+#Identifier "evdev touchpad off"
+#MatchIsTouchpad "on"
+#MatchDevicePath "/dev/input/event*"
+#Driver "evdev"
+#Option "Ignore" "true"
+# ''
];
windowManager = {
i3 = {