From f9417ef89c2d810cbf6c9ecce651433f519a3c2a Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 14 Apr 2025 18:04:41 -0700 Subject: [PATCH] Removed picom as it was causing lag --- config/headful.nix | 7 ------- home/modules/utils.nix | 12 +++++++----- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/config/headful.nix b/config/headful.nix index 63b20e2..a7e1cca 100644 --- a/config/headful.nix +++ b/config/headful.nix @@ -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; diff --git a/home/modules/utils.nix b/home/modules/utils.nix index 0561056..419e524 100644 --- a/home/modules/utils.nix +++ b/home/modules/utils.nix @@ -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 = {