feat: hyfetch
This commit is contained in:
parent
82b1d1da11
commit
a2708e7c33
4 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,7 @@ in {
|
|||
fish = enabled;
|
||||
gpg = enabled;
|
||||
httpie = enabled;
|
||||
hyfetch = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
./glow.nix
|
||||
./gpg.nix
|
||||
./httpie.nix
|
||||
./hyfetch
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.hyfetch;
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue