diff --git a/modules/home/profiles.nix b/modules/home/profiles.nix index 5a4ea0f..c5e43fc 100644 --- a/modules/home/profiles.nix +++ b/modules/home/profiles.nix @@ -16,6 +16,7 @@ in { bat = enabled; curl = enabled; eza = enabled; + figlet = enabled; fish = enabled; nh = enabled; }; @@ -28,9 +29,9 @@ in { programs = { cheat = enabled; - figlet = enabled; fzf = enabled; gh = enabled; + glow = enabled; nemo = enabled; }; diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index cabb563..d6fff6c 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -11,6 +11,7 @@ ./fzf.nix ./gh.nix ./git + ./glow.nix ./nemo.nix ./nh.nix ./waybar.nix diff --git a/snowflake/modules/home/programs/cli/glow/default.nix b/modules/home/programs/glow.nix similarity index 100% rename from snowflake/modules/home/programs/cli/glow/default.nix rename to modules/home/programs/glow.nix index 087a9ce..554b94d 100644 --- a/snowflake/modules/home/programs/cli/glow/default.nix +++ b/modules/home/programs/glow.nix @@ -1,7 +1,7 @@ { - lib, config, pkgs, + lib, ... }: let cfg = config.marleyos.programs.glow;