dotfiles/packages/solidtime-desktop/default.nix
2025-09-09 15:28:52 +02:00

5 lines
124 B
Nix

{pkgs, ...}:
pkgs.writeShellApplication {
name = "connect-to-mercury";
text = builtins.readFile ./connect-to-mercury;
}