5 lines
113 B
Nix
5 lines
113 B
Nix
{pkgs, ...}: {
|
|
# Define your custom packages here
|
|
# pomodoro-timer = pkgs.callPackage ./pomodoro-timer {};
|
|
}
|