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; fish = enabled;
gpg = enabled; gpg = enabled;
httpie = enabled; httpie = enabled;
hyfetch = enabled;
nh = enabled; nh = enabled;
}; };
} }

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
lib,
config, config,
lib,
pkgs, pkgs,
... ...
}: let }: let