From 701ae18d2e97a3893fd5d4d505b44ce007e26dfe Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 5 Dec 2024 11:41:22 -0500 Subject: [PATCH] fastfetch: add gpu info --- homeManagerModules/apps/fastfetch/config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeManagerModules/apps/fastfetch/config.nix b/homeManagerModules/apps/fastfetch/config.nix index dc24db90..c8bfd190 100644 --- a/homeManagerModules/apps/fastfetch/config.nix +++ b/homeManagerModules/apps/fastfetch/config.nix @@ -46,6 +46,12 @@ keyColor = "33"; type = "cpu"; } + { + format = "{2}"; + key = "gpu "; + keyColor = "33"; + type = "gpu"; + } { key = "memory"; keyColor = "33";