refactor in style of synaptic standard
This commit is contained in:
parent
ce295da1c1
commit
4b6b898854
119 changed files with 1098 additions and 3063 deletions
14
desktop/gfx-env.nix
Normal file
14
desktop/gfx-env.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
NVD_BACKEND = "direct";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
__GL_GSYNC_ALLOWED = "1";
|
||||
__GL_VRR_ALLOWED = "1";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue