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;

View File

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