feat: hyfetch

This commit is contained in:
punkfairie 2025-05-27 17:25:28 -07:00
parent 82b1d1da11
commit a2708e7c33
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
4 changed files with 4 additions and 2 deletions

View file

@ -20,6 +20,7 @@ in {
fish = enabled;
gpg = enabled;
httpie = enabled;
hyfetch = enabled;
nh = enabled;
};
}

View file

@ -14,6 +14,7 @@
./glow.nix
./gpg.nix
./httpie.nix
./hyfetch
./nemo.nix
./nh.nix
./waybar.nix

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
...
}: let
cfg = config.marleyos.programs.hyfetch;