mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39:32 -08:00
added windows default graphics; update name
This commit is contained in:
parent
30c8282a3d
commit
e167da333e
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
|||
xkcd-font
|
||||
];
|
||||
|
||||
wsl.useWindowsDriver = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
gc = {
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
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.
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
|
Loading…
Reference in a new issue