diff --git a/modules/home/profiles.nix b/modules/home/profiles.nix index 4bb3698..5a4ea0f 100644 --- a/modules/home/profiles.nix +++ b/modules/home/profiles.nix @@ -30,6 +30,7 @@ in { cheat = enabled; figlet = enabled; fzf = enabled; + gh = enabled; nemo = enabled; }; diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index 06109c3..09ff4a0 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -9,6 +9,7 @@ ./fish.nix ./fuzzel.nix ./fzf.nix + ./gh.nix ./nemo.nix ./nh.nix ./waybar.nix diff --git a/snowflake/modules/home/programs/cli/gh/default.nix b/modules/home/programs/gh.nix similarity index 100% rename from snowflake/modules/home/programs/cli/gh/default.nix rename to modules/home/programs/gh.nix index c887be4..1516c1c 100644 --- a/snowflake/modules/home/programs/cli/gh/default.nix +++ b/modules/home/programs/gh.nix @@ -1,6 +1,6 @@ { - lib, config, + lib, ... }: let cfg = config.marleyos.programs.gh;