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",