Upgrade to 24.11

This commit is contained in:
Lyes Saadi 2024-11-18 21:18:36 +01:00
parent bacd8d2e23
commit 8928c67520
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 26 additions and 29 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
# NVidia
@ -10,6 +10,8 @@
};
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.beta;
# Modesetting is needed for most wayland compositors
modesetting.enable = true;