add things

This commit is contained in:
2026-07-22 09:43:44 +09:00
parent b7e82d92c9
commit b0032e8c9b
6 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# X display system config
{ pkgs, ... }:
{ pkgs, config, ... }:
{
hardware.graphics.enable = true;
services.xserver.enable = true;
@@ -8,9 +8,11 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia = {
open = false;
open = true;
modesetting.enable = true;
powerManagement.enable = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.production;
};
xdg.portal = {