add tic-80 to curve

This commit is contained in:
Anish Lakhwara
2022-12-15 20:29:19 +10:00
parent 5b589f7df8
commit 260de2ef60
3 changed files with 65 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
plymouth-themes = pkgs.callPackage ./plymouth.nix { };
tic-80 = pkgs.callPackage ./tic-80.nix { };
}