added breezex cursor package

This commit is contained in:
2024-11-11 17:19:15 -05:00
parent b88e27dcd7
commit 0d2d48af5c
3 changed files with 41 additions and 2 deletions

View File

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