mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix nvidia driver
This commit is contained in:
parent
5a7055a132
commit
a657145cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8;
|
||||
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue