chscheme fixed, panda3ds package add to overlay

This commit is contained in:
2024-11-15 18:02:35 -05:00
parent 1bb3aca17b
commit 8aaa441bb2
3 changed files with 35 additions and 2 deletions

View File

@@ -4,5 +4,6 @@ self: super: {
tinyfetch = super.callPackage ./tinyfetch/package.nix {};
breezex-cursor = super.callPackage ./breezex-cursor/package.nix {};
check_updates = super.callPackage ./check_updates/package.nix {};
panda3ds = super.callPackage ./panda3ds/package.nix {};
};
}