diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 9 | ||||
| -rw-r--r-- | home/fish/default.nix | 1 |
2 files changed, 6 insertions, 4 deletions
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 = '' |
