mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
desktop: add nvidia drivers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
_: {
|
||||
flake.nixosModules.nvidia = _: {
|
||||
hardware.graphics.enable = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.open = true;
|
||||
};
|
||||
}
|
||||
@@ -36,6 +36,7 @@
|
||||
mullvad
|
||||
networking
|
||||
notifications
|
||||
nvidia
|
||||
office
|
||||
#ollama
|
||||
otherUtils
|
||||
|
||||
Reference in New Issue
Block a user