added windows default graphics; update name

This commit is contained in:
Nickiel12 2024-08-09 00:03:50 +00:00
parent 30c8282a3d
commit e167da333e
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@
xkcd-font xkcd-font
]; ];
wsl.useWindowsDriver = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix = { nix = {
gc = { gc = {

View file

@ -41,7 +41,7 @@
Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360" Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360"
''; '';
}; };
hardware.opengl.enable = true; hardware.graphics.enable = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU. # Optionally, you may need to select the appropriate driver version for your specific GPU.
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;