Removed picom as it was causing lag
This commit is contained in:
parent
62e7f73319
commit
f9417ef89c
@ -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;
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user