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; enable32Bit = true;
}; };
# Install picom for transparency.
services.picom = {
enable = true;
backend = "glx";
vSync = "opengl-swc";
};
# Install Thunar # Install Thunar
programs.thunar.enable = true; programs.thunar.enable = true;
services.gvfs.enable = true; services.gvfs.enable = true;

View File

@ -13,6 +13,9 @@
wget wget
curl curl
btop btop
ouch
dive
dust
p7zip p7zip
yt-dlp yt-dlp
ffmpeg ffmpeg
@ -21,11 +24,10 @@
openvpn openvpn
pciutils pciutils
fastfetch fastfetch
age
ouch # Encryption Tools
cryfs #age
dive #cryfs
dust
]; ];
programs.direnv = { programs.direnv = {