mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds nvidia drivers for violet
This commit is contained in:
parent
ec6d93ce63
commit
c8c95c1f0f
1 changed files with 8 additions and 0 deletions
|
|
@ -19,6 +19,14 @@
|
|||
pkgs.kitty.terminfo
|
||||
];
|
||||
|
||||
# NVIDIA drivers
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
nvidia.open = false; # Set to false/true for proprietary/open drivers
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
boot = {
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue