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, ... }: {
|
{ 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.'
|
||||||
|
|
|
@ -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)
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue