From 5dc85e72a002efce36b440a98b17a6c80234a142 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 5 Mar 2022 00:40:32 -0600 Subject: Restructure flake source hierarchy --- pkgs/tmux-lift/lift.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkgs/tmux-lift/lift.h (limited to 'pkgs/tmux-lift/lift.h') diff --git a/pkgs/tmux-lift/lift.h b/pkgs/tmux-lift/lift.h new file mode 100644 index 0000000..e09d869 --- /dev/null +++ b/pkgs/tmux-lift/lift.h @@ -0,0 +1,9 @@ +#ifndef LIFT_H +#define LIFT_H + + +#define DEFAULT_PATH "tmux" +#define LIFT_PID_ENV "LIFT_PID" + + +#endif -- cgit v1.2.3