Update nVidia driver

This commit is contained in:
iFargle 2024-01-07 19:35:10 +09:00
parent 7b1bf60e7a
commit f4f5b75405
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,7 @@
{ inputs, pkgs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
plugins = [
];
plugins = [];
extraConfig = ''
# Resize
bind = SUPER, R, exec, notify-send 'Entered resize mode. Press ESC to quit.'

View file

@ -57,6 +57,7 @@
open = false;
nvidiaSettings = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.production # (installs 535)
};
};