Skip to content

Commit 5badc90

Browse files
committed
fastfetch: add gpu info
1 parent b0699fb commit 5badc90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

homeManagerModules/apps/fastfetch/config.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
keyColor = "33";
4747
type = "cpu";
4848
}
49+
{
50+
format = "{2}";
51+
key = "gpu ";
52+
keyColor = "33";
53+
type = "gpu";
54+
}
4955
{
5056
key = "memory";
5157
keyColor = "33";

0 commit comments

Comments
 (0)