feat(grfn/system): Configure nvidia drivers for ogopogo
this seems to... work, actually? Change-Id: Id6df5a8c6755b4eb6eceaafdd6a693f92a0462ba Reviewed-on: https://cl.tvl.fyi/c/depot/+/5965 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
5eb5fa2d9c
commit
21dbfd0e8b
1 changed files with 10 additions and 1 deletions
|
@ -67,7 +67,16 @@
|
|||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
|
||||
# Nvidia
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
dpi = 100;
|
||||
};
|
||||
hardware.opengl.enable = true;
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue