nixos-desktop: [HACK] get nvidia kernel module to build
This commit is contained in:
parent
75be58861b
commit
c4bb776b75
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue