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

68 Commits

Author SHA1 Message Date
Alexandre Iooss
060c89b69f
dell/g3/3779: init
Add support for the Dell G3 3779.
2020-12-01 15:19:30 +01:00
Ivan Kovnatsky
25c35ed7b7
lenovo/thinkpad/t14: added desc to README.md and flake.nix 2020-11-05 11:39:23 +02:00
dadada
04c79afe1c
t14s: add AMD Gen1 model
t14s: fix minimum required kernel version
2020-10-26 09:13:38 +01:00
dadada
42ec21a27c
t14s: init
Copied from t495.
2020-10-25 19:50:39 +01:00
Jörg Thalheim
770dbcdb49
Merge pull request #195 from candeira/thinkpad_x220_sandy-bridge 2020-10-20 06:35:01 +02:00
Julian Stecklina
ccf7985cb3 lenovo/thinkpad/l14: init
Add support for the Lenovo Thinkpad L14 Gen 1 Intel and AMD variants.
2020-10-15 00:37:49 +02:00
Javier Candeira
d43b95a86e Fix fetchGit instructions 2020-10-13 22:55:46 +11:00
Vincent Cui
f3eb1498e9 Added e470 to flake.nix and changing contributing section in README.md 2020-09-27 17:21:23 +02:00
Vincent Cui
9bc1f316a6 add lenovo thinkpad e470 2020-09-23 08:06:47 +02:00
Symphorien Gibol
31f1498247 add dell precision 5530 2020-08-30 12:00:00 +00:00
ImExtends
c75ebd4129
Add Asus TUF FX504GD 2020-08-13 21:43:19 +01:00
Jörg Thalheim
55f9eb6a73
Merge pull request #178 from bahaynes/master 2020-07-30 05:47:09 +01:00
Jörg Thalheim
eb070c346b
README.md: document fetchgit
fixes #65
2020-07-28 09:56:17 +01:00
bahaynes
6ffcdbacc5
Added dell xps 15-9500, with nvidia gpu. 2020-07-23 13:03:50 -04:00
Jörg Thalheim
618819cc49
add flake support 2020-07-06 14:49:08 +01:00
Bruno Bigras
1ab852b88e add xps 13 (9343) 2020-07-05 10:46:39 -04:00
Jörg Thalheim
6efc6af71a
README.md: fix librem link 2020-06-21 14:32:53 +01:00
Jörg Thalheim
373856f3e1
README: list is complete now 2020-06-21 09:14:32 +01:00
Jörg Thalheim
9146011f0b
README.md: update description of the project 2020-06-21 08:50:28 +01:00
Jörg Thalheim
75a850cb3e
Merge pull request #166 from Mic92/cleanup-readme 2020-05-17 16:00:13 +01:00
Hoang Xuan Phu
8c320bbc8a lenovo/thinkpad/x1/7th-gen: init 2020-05-17 09:22:51 -04:00
Jörg Thalheim
744d5561be
README.md: add missing link 2020-05-17 08:07:37 +01:00
Alyssa Ross
16cdc10b48
google/pixelbook: init 2020-05-07 15:26:58 +00:00
Matthias Beyer
130560e553
Add InfinityBook v4 (#159) 2020-05-05 23:20:10 +01:00
Emery Hemingway
d7d897fe24 New dell/latitude/3480
The touchpad is painful to use unless the "psmouse" kernel module
is disabled.
2020-05-05 01:24:25 +05:30
Delan Azabani
7efd48f100
README: fix nix-channel --update command
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-24 18:36:40 +10:00
Niklaus Giger
12bb72aa6b Create separate directories for librem 13v3 and 15v3 2020-03-26 17:43:33 +01:00
Niklaus Giger
c6722b86bf Document librem laptop 15v3 2020-03-23 20:19:54 +01:00
David Anderson
3d983701f9 lenovo/thinkpad/t495: init from e495.
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-11 09:34:12 -07:00
Jörg Thalheim
9c952961f1
Add parallel test runner
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-23 21:29:22 +00:00
Daniel Rafaj
26454a206d add xps 9560 root readme to be able to easily find 2020-02-18 13:25:25 +01:00
Luis Hebendanz
6c7550d0b4 Added entry Thnikpad E495 to README 2020-02-12 10:56:49 +01:00
Jörg Thalheim
6f502bc6e6 Merge pull request #138 from rummik/add-lenovo-thinkpad-l13
Add Lenovo ThinkPad L13 profile
2020-02-09 09:09:19 +00:00
Jörg Thalheim
2ab4e61b32
Revert "xps-15-7590: convert wiki to markdown."
This reverts commit 77983d16f6.

apparently github can link to wiki text fine.
2020-02-04 12:04:56 +00:00
Jörg Thalheim
4e19a42bd2
dell-xps-15-7590: fix README link 2020-02-04 12:03:13 +00:00
Jörg Thalheim
5758237cbc
README.md: link to dell xps 15-7590 2020-02-04 11:53:51 +00:00
*Kim Zick
c30e20594b
Update README.md 2020-01-07 10:04:52 -05:00
mishudark
1d746f2298 Add Lenovo ThinkPad X280 profile 2019-12-31 15:38:59 +01:00
ilian
adecd1113c apple: Add support for MacBook Air 3,X (#91) 2019-11-12 10:36:10 +00:00
Oleksii Filonenko
5575153e2d Add Lenovo ThinkPad T420 profile 2019-11-02 14:35:47 +01:00
Alexander Berlind
5316e919c8 Add Dell XPS-7390 Profile (#128) 2019-10-30 19:15:22 +00:00
*Kim Zick
ed0d3cc198 Initial p53 hardware configuration (#125) 2019-10-16 19:25:20 +01:00
Adam Sandberg Eriksson
d942730634
Fix readme markdown syntax 2019-10-16 15:05:55 +01:00
Jörg Thalheim
05e63ee072
Merge branch 'master' into add-e7240 2019-10-09 15:12:00 +01:00
Robert Helgesson
de600352bc
thinkpad/x1-extreme/gen2: add module 2019-09-29 00:17:13 +02:00
Ashley Gillman
26bbc980b9
Add Dell E7240 Profile
(Current XPS 15 works well)
2019-09-27 10:22:47 +01:00
Jörg Thalheim
0435629061
Merge pull request #119 from SRGOM/patch-1
Update README.md
2019-09-06 09:23:54 +01:00
Reno Reckling
5932cef1b9 update readme for T490 2019-09-03 20:09:29 +02:00
SRGOM
e338e4ee16
Update README.md
At first (till third glance) I thought only the listed profiles are supported
2019-09-03 00:47:25 -06:00
Joris Engbers
a5db2c9eaf Add basic support for the thinkpad t470s 2019-05-08 23:52:27 +02:00