chore: separate pi-configs

This commit is contained in:
m3tm3re
2026-05-01 09:20:49 +02:00
parent f8fcc88405
commit bbe6b7670f
136 changed files with 1 additions and 7439 deletions

View File

@@ -1,11 +1,3 @@
{pkgs, ...}: {
# Define your custom packages here
hyprpaper-random = pkgs.callPackage ./hyprpaper-random {};
launch-webapp = pkgs.callPackage ./launch-webapp {};
msty = pkgs.callPackage ./msty {};
msty-sidecar = pkgs.callPackage ./msty-sidecar {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
aider-chat-env = pkgs.callPackage ./aider-chat-env {};
code2prompt = pkgs.callPackage ./code2prompt {};
# pomodoro-timer = pkgs.callPackage ./pomodoro-timer {};
}