From 69087553167fa5a60cbc47f9476e32694cb7a14b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Tue, 27 May 2025 17:11:28 -0700 Subject: [PATCH] feat: glow --- modules/home/profiles.nix | 3 ++- modules/home/programs/default.nix | 1 + .../cli/glow/default.nix => modules/home/programs/glow.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename snowflake/modules/home/programs/cli/glow/default.nix => modules/home/programs/glow.nix (100%) 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;