Removed picom as it was causing lag

This commit is contained in:
Random936
2025-04-14 18:04:41 -07:00
parent 62e7f73319
commit f9417ef89c
2 changed files with 7 additions and 12 deletions

View File

@@ -58,13 +58,6 @@
enable32Bit = true;
};
# Install picom for transparency.
services.picom = {
enable = true;
backend = "glx";
vSync = "opengl-swc";
};
# Install Thunar
programs.thunar.enable = true;
services.gvfs.enable = true;