feat: setup nvidia drivvers.
This commit is contained in:
parent
f96189572a
commit
1fcf0e73c0
1 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue