From a528399c914c9791259fbdd315b4ecc85f4a847a Mon Sep 17 00:00:00 2001 From: k3t Date: Fri, 13 Mar 2026 00:57:57 -0600 Subject: [PATCH] modify picom config --- modules/desktop-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix index bc3fe17..910356b 100755 --- a/modules/desktop-common.nix +++ b/modules/desktop-common.nix @@ -19,7 +19,7 @@ }; # Support - fonts.packages = [ "JetBrains Mono" ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); + fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-cjk-sans liberation_ttf fira-code fira-code-symbols ]; services.gvfs.enable = true; services.tumbler.enable = true; programs.dconf.enable = true; @@ -94,7 +94,7 @@ #vSync = true; shadow = true; fadeDelta = 4 ; - inactiveOpacity = 0.8; + inactiveOpacity = 1; activeOpacity = 1; #backend = "glx"; settings = {