Update nVidia driver
This commit is contained in:
parent
7b1bf60e7a
commit
f4f5b75405
2 changed files with 2 additions and 2 deletions
|
@ -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.'
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
open = false;
|
||||
nvidiaSettings = true;
|
||||
modesetting.enable = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production # (installs 535)
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue