mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
6b6641f15e
2 changed files with 14 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