From 411d8a02bb84ebf880f2d9d14053bd128288d382 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 14:00:16 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 1d35448..be504c7 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -30,7 +30,11 @@ "modules": [ { "type": "title", - "format": "{user-name-colored}@{host-name-colored} {#32} {kernel}{#0}" + "format": "{user-name-colored}@{host-name-colored}" + }, + { + "type": "kernel", + "format": " {2}" }, { "type": "colors",