mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
Add nvidia
This commit is contained in:
parent
bb98a6a66c
commit
c6a6c82bf9
1 changed files with 4 additions and 2 deletions
|
|
@ -55,8 +55,10 @@
|
|||
networking.interfaces.wlp4s0.useDHCP = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
videoDrivers = [ "nvidia" "intel" ];
|
||||
};
|
||||
|
||||
# Enable the GNOME 3 Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue