From 80b794ed230f3b686ad83043cec0973ed1e88ef0 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 14:05:34 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index e5b7808..0e9e28e 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -29,8 +29,8 @@ }, "modules": [ { - "type": "custom", - "format": "{user-name}@{host-name} {kernel}" + "type": "command", + "text": "echo $(whoami)@$(hostname) $(uname -r)" }, { "type": "colors",