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, ... }: { { inputs, pkgs, ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
plugins = [ plugins = [];
];
extraConfig = '' extraConfig = ''
# Resize # Resize
bind = SUPER, R, exec, notify-send 'Entered resize mode. Press ESC to quit.' bind = SUPER, R, exec, notify-send 'Entered resize mode. Press ESC to quit.'

View file

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