diff --git a/modules/home/profiles.nix b/modules/home/profiles.nix index b9216aa..0f49b1b 100644 --- a/modules/home/profiles.nix +++ b/modules/home/profiles.nix @@ -20,6 +20,7 @@ in { fish = enabled; gpg = enabled; httpie = enabled; + hyfetch = enabled; nh = enabled; }; } diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index 577847d..d9cc395 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -14,6 +14,7 @@ ./glow.nix ./gpg.nix ./httpie.nix + ./hyfetch ./nemo.nix ./nh.nix ./waybar.nix diff --git a/snowflake/modules/home/programs/cli/hyfetch/default.nix b/modules/home/programs/hyfetch/default.nix similarity index 100% rename from snowflake/modules/home/programs/cli/hyfetch/default.nix rename to modules/home/programs/hyfetch/default.nix index 1db5448..34b54c7 100644 --- a/snowflake/modules/home/programs/cli/hyfetch/default.nix +++ b/modules/home/programs/hyfetch/default.nix @@ -1,6 +1,6 @@ { - lib, config, + lib, ... }: let cfg = config.marleyos.programs.hyfetch; diff --git a/snowflake/modules/home/programs/cli/hyfetch/neofetch.nix b/modules/home/programs/hyfetch/neofetch.nix similarity index 100% rename from snowflake/modules/home/programs/cli/hyfetch/neofetch.nix rename to modules/home/programs/hyfetch/neofetch.nix index 56fb5c2..a9af0fb 100644 --- a/snowflake/modules/home/programs/cli/hyfetch/neofetch.nix +++ b/modules/home/programs/hyfetch/neofetch.nix @@ -1,6 +1,6 @@ { - lib, config, + lib, pkgs, ... }: let