add pfetch

This commit is contained in:
Hadi
2024-06-17 21:34:54 +02:00
parent bbaf52b496
commit d1b581fd58
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
""}
'';