breezex folder now matches the pkg name

This commit is contained in:
2024-11-11 18:26:32 -05:00
parent 0d2d48af5c
commit 325e83fed9
3 changed files with 30 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ self: super: {
myPkgs = {
# Packages that I've made
tinyfetch = super.callPackage ./tinyfetch/package.nix {};
breezex-cursor = super.callPackage ./BreezeX_Cursor/package.nix {};
breezex-cursor = super.callPackage ./breezex-cursor/package.nix {};
check_updates = super.callPackage ./check_updates/package.nix {};
};
}