Enabled graphics in nixos config

This commit is contained in:
2025-04-02 09:15:10 +01:00
parent e25d53754c
commit 4119809cb6

View File

@@ -16,6 +16,7 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.cudaSupport = true;
hardware.graphics.enable = true;
hardware.nvidia = {
# Modesetting is required.
modesetting.enable = true;