aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-27 23:09:27 +0900
committernsfisis <nsfisis@gmail.com>2025-04-27 23:09:27 +0900
commit63d0cdfa5a754eb76206c21357a62ade6817d257 (patch)
tree3fd7033280bf982a68897911803484f310c6749a /default.nix
parent783f947157b8f2855b973989cb1d584a89e59978 (diff)
downloadnur-packages-63d0cdfa5a754eb76206c21357a62ade6817d257.tar.gz
nur-packages-63d0cdfa5a754eb76206c21357a62ade6817d257.tar.zst
nur-packages-63d0cdfa5a754eb76206c21357a62ade6817d257.zip
add term-banner
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 32fbcc2..7552163 100644
--- a/default.nix
+++ b/default.nix
@@ -18,6 +18,8 @@
example-package = pkgs.callPackage ./pkgs/example-package { };
hgrep = pkgs.callPackage ./pkgs/hgrep { };
+
reparojson = pkgs.callPackage ./pkgs/reparojson { };
+ term-banner = pkgs.callPackage ./pkgs/term-banner { };
term-clock = pkgs.callPackage ./pkgs/term-clock { };
}