1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/legion/16aph8
mevatron 5bf829d72c Update lenovo/legion/16aph8/default.nix
Thanks for the tip!

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-01-02 20:44:50 +00:00
..
default.nix Update lenovo/legion/16aph8/default.nix 2024-01-02 20:44:50 +00:00
README.md Corrected nix-info from an earlier build 2024-01-02 20:44:50 +00:00

I was unable to get the hybrid settings working well with lightdm or sddm, but Optimus Sync mode seems to work the best for me.

I am running the Linux 6.6 LTS kernel with KDE + SDDM, and it seems to be working well.

hardware-configuration.nix

I have the following customizations added for my nvidia drivers.

hardware.nvidia = {
    nvidiaSettings = true;
    package = config.boot.kernelPackages.nvidiaPackages.stable;
};

Setup at the time of testing

nix-info

$ nix-info -m
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.8, NixOS, 23.11 (Tapir), 23.11.20231231.32f6357`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

lspci

$ lspci
...
01:00.0 VGA compatible controller: NVIDIA Corporation AD107M [GeForce RTX 4060 Max-Q / Mobile] (rev a1)
...
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 (rev c2)
...