1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
Commit Graph

275 Commits

Author SHA1 Message Date
Yegor Timoshenko
d4688911b7 treewide: drop hardware-configuration.nix boilerplate (#28)
hardware-configuration.nix is still relied upon for hard drive
configuration, and it handles variations of hardware (custom
configurations, subrevisions).
2017-12-22 10:33:54 +00:00
Yegor Timoshenko
a6f8e4bbc0
thinkpad: remove various assumptions
* hardware.trackpoint.emulateWheel = true; is very biased, this module
  is only for ThinkPads anyway, so default value should be used
* All options that should be overridable (e.g. services.tlp.enable)
* Hardware profile should not pull in stuff into system environment
  unless it's hardware-specific (pkgs.acpi is not)
* sound.mediaKeys clashes with DE, e.g. Xfce handling sound keys
* Drop redundant synaptics.enable = false;
2017-12-22 03:10:09 +00:00
Yegor Timoshenko
440088677b
lenovo: minor cosmetic changes 2017-12-22 02:56:28 +00:00
Maximilian Bosch
a0e35e5306
Use mkDefault to avoid make override easier 2017-10-20 08:01:20 +02:00
Maximilian Bosch
12f5a724ce
sound.enableMediaKeys can be used on all ThinkPads 2017-09-21 00:11:34 +02:00
Maximilian Bosch
348f0466b5
x250 can be configured using all defaults 2017-09-21 00:09:48 +02:00
Maximilian Bosch
356ebeaaf7
Introduce general-intel.nix for defaults with Intel CPU
The x1xx series relies on a AMD CPU, but all other (currently supported)
ThinkPads use an Intel CPU, so `general-intel.nix` is responsible
for all Intel defaults.
2017-09-06 10:01:01 +02:00
Maximilian Bosch
0116223524
Add pkgs.acpi to gather battery status information 2017-09-06 09:49:11 +02:00
Maximilian Bosch
5340bd39d1
Don't enable non-dedistributable firmware by default 2017-09-06 09:47:37 +02:00
Maximilian Bosch
d977cf26de
Segregate lenovo/ subdir into thinkpad and ideapad directories
There are several significant differences between ThinkPads and the
other Lenovo models, so this structure must be more precise
2017-09-03 23:34:57 +02:00
Maximilian Bosch
ed46b99315
Use libinput as touchpad driver
The recommended driver is libinput, furthermore
the packaging of synaptics is officially deprecated in NixOS:
9d2777a5a5
2017-09-03 23:31:08 +02:00
Maximilian Bosch
a2e55b93ad
services.tlp.enable = true; for power management 2017-09-03 23:28:34 +02:00
Maximilian Bosch
7d130c0061
hardware.enableAllFirmware = true; for intel iwlwifi 2017-09-03 23:27:33 +02:00
Maximilian Bosch
ae18b6af0f
Initialize general.nix; merge defaults into all ThinkPad configurations 2017-09-03 23:25:33 +02:00
Jörg Thalheim
68e007ae77 x250: enable wheel emulation 2017-05-11 09:19:17 -05:00
Jörg Thalheim
3e5b9169ce add recommend xorg driver for lenovo x250 2017-05-11 09:19:17 -05:00
Данило Глинський (Danylo Hlynskyi)
cfd63d3b3e add Lenovo IdeaPad Z510 with suspend fix (#18) 2016-09-21 11:33:54 +02:00
Stephen Whitmore
bc241aeec7 Add Lenovo x140e laptop. (#17) 2016-08-05 11:48:33 +02:00
Damien Cassou
5b3c112a91 lenovo/t460s: add middle button config + comments (#14) 2016-08-05 11:47:24 +02:00
Damien Cassou
123b0a9846 lenovo/t460s.nix (#13) 2016-07-09 11:36:19 +02:00
Hannu Hartikainen
0d7971f57f Thinkpad X220i: configure more hardware
Here's a patch that shows how to add support for

 - TrackPoint
 - (alternatively) better touchpad support
 - volume/mute buttons
 - active hard-drive protection
 - fingerprint reader

I've been using these options for a couple of days on a non-tablet X220i. See https://github.com/dancek/dotfiles/blob/master/nixos/thinkpad-x220i/configuration.nix
2016-04-21 14:38:40 +03:00
Emery
771087ca88 lenovo/x220i-tablet
Fixes https://github.com/NixOS/nixpkgs/issues/13173
Fixes https://github.com/NixOS/nixpkgs/issues/13174
2016-02-24 19:58:56 +01:00
Emery Hemingway
6fe0bd9d01 Merge pull request #6 from peti/master
Add power-saving configuration for Lenovo T410.
2016-02-11 00:26:06 +01:00
Peter Simons
830b24384e Add power-saving configuration for Lenovo T410. 2016-02-10 21:50:07 +01:00
Nikolay Amiantov
ad5412b9f2 lenovo/t440p.nix: init 2016-02-08 15:12:20 +03:00