Files
AZ-NIX-SERVERS/pkgs/default.nix
2026-05-05 08:30:51 +02:00

5 lines
113 B
Nix

{pkgs, ...}: {
# Define your custom packages here
# pomodoro-timer = pkgs.callPackage ./pomodoro-timer {};
}