[NixOS] Remove enable nvidia

This commit is contained in:
2024-12-29 01:55:16 -07:00
parent 354b54b772
commit 89bd7e9a4c
4 changed files with 2 additions and 5 deletions

View File

@@ -82,7 +82,6 @@ makeEnable config "myModules.xmonad" true {
enable = true;
vSync = config.myModules.xmonad.picom.vSync.enable;
backend = "glx";
extraArgs = ["--experimental-backends"];
settings = {
animations = true;