aboutsummaryrefslogtreecommitdiffstats
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
parent1b13add64640b2d7b16bd1ea67821f71ad1b92f5 (diff)
downloadnixos-64ce1afb784cc685c0bd761aefcaa01c9e1202dd.tar.zst
Add forgejo cli
-rw-r--r--home/default.nix9
-rw-r--r--home/fish/default.nix1
-rw-r--r--secrets/forgejo.age9
-rw-r--r--secrets/secrets.nix1
4 files changed, 16 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 = ''
diff --git a/secrets/forgejo.age b/secrets/forgejo.age
new file mode 100644
index 0000000..e57b11c
--- /dev/null
+++ b/secrets/forgejo.age
@@ -0,0 +1,9 @@
+age-encryption.org/v1
+-> ssh-ed25519 egf4NA 3QsGsfV3HjIyiAjYS2pHn8XS+QVqHjJyeyXCWOVxmiE
+cRwdpYAOxGISDqczCeF8263bCAUKzHaCl+uOCf6ofIA
+-> ssh-ed25519 nivnYg yq5CQdmIndZ/w1QfHUR4uSNh7yyq4nfOgLs3FmcWKhc
+fx28Vj/Fmgllrw2lNKUqWP8WbkOEioibbI8tqh82sd8
+-> ssh-ed25519 SIk9MQ W+8sFOxyaoQpupYA9/mzMwnpn8DyOhF/e+ecOJ0kDwU
+NcX6MgEOfwBHnzLVFCMnk1fXaUR05pos8fYPeKWfO7E
+--- L/KB6Xd+wa19ldkEGaDOXj9yMSU/2CndF6muUmGaQhU
+W¥8‚zRï랦³ÏØ+Deå§]ítø/V#=Í^ÄÛµ‰q•¾ƒk?Šzgöªž©ÈB…ˆ‡ü^j-#S-ðÞϪn \ No newline at end of file
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 908885f..f3c0de0 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -19,4 +19,5 @@ in
"s3fs.age".publicKeys = systems;
"shiori_password.age".publicKeys = systems;
"unsplash_access_key.age".publicKeys = systems;
+ "forgejo.age".publicKeys = systems;
}