From 64ce1afb784cc685c0bd761aefcaa01c9e1202dd Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Tue, 2 Dec 2025 10:17:39 +0200 Subject: Add forgejo cli --- home/default.nix | 9 +++++---- home/fish/default.nix | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 37ee84e..ac20932 100644 --- a/home/default.nix +++ b/home/default.nix @@ -567,6 +567,7 @@ in fd # find files by filenames file # show the type of file font-awesome # icons + forgejo-cli # forgejo-cli gat # cat but with extra features grim # screen capture inxi # system innformation @@ -578,10 +579,6 @@ in nvimpager # use neovim as pager pistol # file preview pkg-config # needed for compilation - unstable.goose-cli # llm cli - unstable.vale # spellcheck - unstable.valeStyles.microsoft # spellcheck linters - unstable.valeStyles.write-good # spellcheck linters playerctl poppler-utils # pdf utilities rdrview # extract content from web page @@ -590,6 +587,10 @@ in slurp # screen are capture sqlite # simple database timg # show image in shell + unstable.goose-cli # llm cli + unstable.vale # spellcheck + unstable.valeStyles.microsoft # spellcheck linters + unstable.valeStyles.write-good # spellcheck linters whisper-cpp # tts wlogout # logout helper xdg-utils diff --git a/home/fish/default.nix b/home/fish/default.nix index e3eeef0..517dd79 100644 --- a/home/fish/default.nix +++ b/home/fish/default.nix @@ -20,6 +20,7 @@ weather = "${pkgs.wthrr}/bin/wthrr --forecast d"; wifi = "${pkgs.impala}/bin/impala"; youtube = "${pkgs.pipe-viewer}/bin/pipe-viewer"; + fj = "${pkgs.forgejo-cli}/bin/fj --host git.relesoft.io"; }; functions = { doc = '' -- cgit v1.2.3-70-g09d2