initial commit

This commit is contained in:
2026-05-21 08:41:07 -04:00
commit 148fed1aad
9 changed files with 244 additions and 0 deletions

5
pkgs/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs }: {
sable-web = pkgs.callPackage ./common/sable.nix {};
music-presense = pkgs.callPackage ./linux/music-presence.nix {};
vintage-story = pkgs.callPackage ./linux/vintage-story.nix {};
}