feat: setup nvidia drivvers.

This commit is contained in:
CronyAkatsuki 2026-03-02 19:53:29 +01:00
parent f96189572a
commit 1fcf0e73c0

View file

@ -34,5 +34,17 @@
homeFlake = "/home/crony/repos/nix-conf";
};
targets.genericLinux = {
enable = true;
gpu.nvidia = {
enable = true;
version = "590.48.01";
sha256 = "sha256-ueL4BpN4FDHMh/TNKRCeEz3Oy1ClDWto1LO/LWlr1ok=";
};
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.nvidia.acceptLicense = true;
home.stateVersion = "25.11"; # Please read the comment before changing.
}