add pfetch

Former-commit-id: d1b581fd58
This commit is contained in:
Hadi
2024-06-17 21:34:54 +02:00
parent a3ec52058e
commit c5e9cb9c32
5 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,8 @@
pkgs.neofetch + "/bin/neofetch"
else if config.var.theme.fetch == "nerdfetch" then
"nerdfetch"
else if config.var.theme.fetch == "pfetch" then
"echo; ${pkgs.pfetch}/bin/pfetch"
else
""}
'';