changes 10-06-25

This commit is contained in:
2025-10-06 19:19:39 -04:00
parent d10d239e2e
commit 79ffcea64b
11 changed files with 148 additions and 97 deletions

View File

@@ -42,6 +42,7 @@ in {
myPkgs = {
slash = super.callPackage ./pkgs/slash/package.nix {};
fzf-tab = super.callPackage ./pkgs/zsh-fzf-tab/package.nix {};
noto-sans-jp = super.callPackage ./pkgs/noto-sans-jp/package.nix {};
};
myScripts = import ./scripts { inherit super root host; };