From c4b57c0506270264874539aa276eccc21067e68e Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Sun, 26 May 2024 01:03:05 -0700 Subject: [PATCH] use fastfetch over pfetch --- modules/software/system/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software/system/fish.nix b/modules/software/system/fish.nix index f9f3f09..6ad2453 100644 --- a/modules/software/system/fish.nix +++ b/modules/software/system/fish.nix @@ -25,7 +25,7 @@ in { sh ${colorScript} ''; functions.fish_greeting = '' - ${lib.getExe pkgs.pfetch} + ${lib.getExe pkgs.fastfetch} --logo-type small --key-width 11 -s title:separator:os:host:kernel:uptime:memory:swap:colors --colors-symbol circle --colors-padding-left 11 ''; }; };