summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-05Merge pull request #158 from ehmry/masterHEADmasterJörg Thalheim
2020-05-05New dell/latitude/3480Emery Hemingway
The touchpad is painful to use unless the "psmouse" kernel module is disabled.
2020-04-24Merge pull request #156 from delan/patch-1Jörg Thalheim
2020-04-24README: fix nix-channel --update commandDelan Azabani
Following the current instructions yields these errors for some reason: ``` $ sudo nixos-rebuild switch warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:13 building Nix... warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I) warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix' was not found in the Nix search path (add it using $NIX_PATH or -I) /tmp/nixos-rebuild.vs4JVw/nix warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) building the system configuration... warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I) ```
2020-04-23wiki syntaxWout Mertens
2020-04-237390: clarify intentWout Mertens
2020-04-21Merge pull request #155 from Mic92/remove-thresholdsJörg Thalheim
2020-04-21Revert "Change TLP charge thresholds"Jörg Thalheim
This reverts commit 76f681355cb6c2aab79d190907fbb521bd19ec87. This setting is opinionated and should be left to the user. See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
2020-04-21Merge pull request #154 from j0hax/x230-tlp-thresholdsJörg Thalheim
2020-04-21Change TLP charge thresholdsj0hax
2020-04-15Merge pull request #153 from DamienCassou/fix-t460sJörg Thalheim
Improve support for t460s
2020-04-14lenovo/thinkpad/t460s: Add missing acpi_call moduleDamien Cassou
This is required by tlp for battery management.
2020-04-14lenovo/thinkpad/t460s: Remove problematic optionsDamien Cassou
See there links for details: https://github.com/NixOS/nixos-hardware/pull/134#pullrequestreview-336181593 https://github.com/NixOS/nixos-hardware/pull/134#discussion_r361146814
2020-03-26Merge pull request #152 from ngiger/librem15v3Jörg Thalheim
Added Librem15v3
2020-03-26Create separate directories for librem 13v3 and 15v3Niklaus Giger
2020-03-23Automatically lock the desktop when removing the librem keyNiklaus Giger
2020-03-23Document librem laptop 15v3Niklaus Giger
2020-03-15Merge pull request #150 from danderson/masterJörg Thalheim
thinkpad/t495: fix backlight save/load and and battery conditioning.
2020-03-14thinkpad/t495: fix backlight save/load and and battery conditioning.David Anderson
Saving/loading the backlight state requires the acpi_backlight=native kernel parameter. acpi_call is required by TLP to get access to battery conditioning information from the firmware. Signed-off-by: David Anderson <dave@natulte.net>
2020-03-12Merge pull request #149 from danderson/masterJörg Thalheim
lenovo/thinkpad/t495: init from e495.
2020-03-11lenovo/thinkpad/t495: init from e495.David Anderson
The E495 and T495 are based on the same core Ryzen platform, so the E495 tweaks apply similarly to the T495. Tested on my own T495, works well.
2020-03-11Merge pull request #147 from Mic92/fix-travisJörg Thalheim
travis: parallelize evaluation and limit RAM usage
2020-03-03Update README.wikiJörg Thalheim
2020-02-23Add parallel test runnerJörg Thalheim
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
2020-02-18Merge pull request #139 from danielstaleiny/masterJörg Thalheim
Adding Dell XPS 15 9560
2020-02-18add xps 9560 root readme to be able to easily findDaniel Rafaj
2020-02-18Add xps 9560 with its own quirks, I added versions:Daniel Rafaj
1 default one, with nvidia working and intel working, needs optirun to run application with nvidia 2 intel only, I am using this as my daily driver for long time, only intel is turned on and nvidia is turned off and doesn't drain any power. 3 nvidia only, intel is dissabled and nvidia is picked as default gpu, no need to fiddle with optirun etc, good for gpu heavy application. All these settings needs to reboot to work properly
2020-02-18Support NixOS 19.09 for <dell/xps/15-7590> (#141)Rebecca Turner
Virtual console options were renamed in 20.03; use `console.earlySetup` or `boot.earlyVconsoleSetup` depending on OS version. https://github.com/NixOS/nixos-hardware/pull/114#discussion_r374953204
2020-02-17Merge pull request #143 from Mic92/xps-15-7590Jörg Thalheim
xps/15-7590: don't enable unfree firmware by default
2020-02-12Merge pull request #146 from Mic92/e495Jörg Thalheim
thinkpad/e495: fix evaluation
2020-02-12thinkpad/e495: fix evaluationJörg Thalheim
fixes #145
2020-02-12Merge pull request #144 from Luis-Hebendanz/masterJörg Thalheim
Added profile for issues 69289
2020-02-12Added entry Thnikpad E495 to READMELuis Hebendanz
2020-02-12Update lenovo/thinkpad/e495/default.nixLuis Hebendanz
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-02-11Added profile for issues 69289Luis Hebendanz
2020-02-09Merge pull request #138 from rummik/add-lenovo-thinkpad-l13Jörg Thalheim
Add Lenovo ThinkPad L13 profile
2020-02-09Merge pull request #142 from 9999years/7590Jörg Thalheim
Add Dell XPS 15-7590 suggested options
2020-02-09xps/15-7590: don't enable unfree firmware by defaultJörg Thalheim
Also don't set nixpkgs.pkgs. Instead just add an overlay.
2020-02-07Add Dell XPS 15-7590 suggested optionsRebecca Turner
These suggested options are taken from my configuration but aren't quite universal enough to be enabled by default.
2020-02-04Revert "xps-15-7590: convert wiki to markdown."Jörg Thalheim
This reverts commit 77983d16f6ddcbdaf65d7656e82d39669095be6f. apparently github can link to wiki text fine.
2020-02-04dell-xps-15-7590: fix README linkJörg Thalheim
2020-02-04xps-15-7590: convert wiki to markdown.Jörg Thalheim
This allows it to symlink it in the README
2020-02-04README.md: link to dell xps 15-7590Jörg Thalheim
2020-02-04Merge pull request #114 from tomberek/masterJörg Thalheim
Initial 15-7590
2020-02-01Apply suggestions from 9999yearsTom Bereknyei
2020-02-01Make note about EFI and remove 5.1 kernel hardcodeTom Bereknyei
2020-02-01Update dell/xps/15-7590/README.wikitomberek
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-02-01Suggested fixesTom Bereknyei
2020-02-01Wifi fixed by removing iwlwifi-cc-a0-48.ucodeTom Bereknyei
2020-02-01Initial 15-7590Tom Bereknyei