aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-02 10:17:39 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-02 10:17:39 +0200
commit64ce1afb784cc685c0bd761aefcaa01c9e1202dd (patch)
treecfc69fd2ea80951a17cd3632ef75bf7fa5ee71aa /home
parent1b13add64640b2d7b16bd1ea67821f71ad1b92f5 (diff)
downloadnixos-64ce1afb784cc685c0bd761aefcaa01c9e1202dd.tar.zst
Add forgejo cli
Diffstat (limited to 'home')
-rw-r--r--home/default.nix9
-rw-r--r--home/fish/default.nix1
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 = ''