nixos-desktop: [HACK] get nvidia kernel module to build

dev-docs
Moritz Böhme 2023-02-26 11:21:25 +01:00
parent 75be58861b
commit c4bb776b75
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
my.programs.hyprland.nvidiaSupport = true;
# KERNEL
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_1; # HACK to get nvidia kernel package to build
# BOOT
boot = {