This commit is contained in:
Jakub Kropáček 2025-05-10 19:01:56 +02:00
parent 163ed59c76
commit 4e890f4fb0

View file

@ -25,8 +25,8 @@
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "wenar-nix"; networking.hostName = "wenar-nix";
hardware = { hardware.graphics = {
graphics.enable = true; enable = true;
extraPackages = with pkgs; [ nvidia-vaapi-driver ]; extraPackages = with pkgs; [ nvidia-vaapi-driver ];
}; };