summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2020-01-07Update README.md*Kim Zick
2020-01-02Add Lenovo ThinkPad L13 profile*Kim Zick (rummik)
2019-12-31Merge pull request #137 from mishudark/x280Jörg Thalheim
Add Lenovo ThinkPad X280 profile
2019-12-31Add Lenovo ThinkPad X280 profilemishudark
2019-12-28Add deepsleep to avoid wakeups during sleep mode (#136)Alexander Berlind
2019-11-12apple: Add support for MacBook Air 3,X (#91)ilian
2019-11-02Add Lenovo ThinkPad T420 profileOleksii Filonenko
2019-10-30Add Dell XPS-7390 Profile (#128)Alexander Berlind
2019-10-27Merge pull request #127 from NixOS/dell-thermaldDomen Kožar
dell/xps: enable thermald service
2019-10-27dell/xps: enable thermald serviceSamuel Leathers
2019-10-21Merge pull request #115 from michaelpj/imp/throttledJörg Thalheim
Replace ad hoc throttling fix with throttled
2019-10-16Replace ad hoc throttling fix with throttledMichael Peyton Jones
`throttled` is a service designed to fix the same CPU throttling bug, but it's an actively maintainted upstream project that we can use.
2019-10-16Initial p53 hardware configuration (#125)*Kim Zick
2019-10-16Merge pull request #126 from adamse/patch-2Jörg Thalheim
Fix readme markdown syntax
2019-10-16Fix readme markdown syntaxAdam Sandberg Eriksson