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;
|
fish = enabled;
|
||||||
gpg = enabled;
|
gpg = enabled;
|
||||||
httpie = enabled;
|
httpie = enabled;
|
||||||
|
hyfetch = enabled;
|
||||||
nh = enabled;
|
nh = enabled;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.marleyos.programs.hyfetch;
|
cfg = config.marleyos.programs.hyfetch;
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
Loading…
Reference in a new issue