summaryrefslogtreecommitdiff
path: root/home/wayland/pkgs/wayland-scripts/default.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-16 13:57:09 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-16 14:03:12 +0530
commit3eb462c992e9612e3571b17269dda290f391cda6 (patch)
treefb45c60e7e047e86118ec6fd8ff7de22b8e46d73 /home/wayland/pkgs/wayland-scripts/default.nix
parent33b833758f44f94ee9c69ffc7b235cfb8a4d49a5 (diff)
home/wayland/ttyasrt: init
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/default.nix')
-rw-r--r--home/wayland/pkgs/wayland-scripts/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/wayland/pkgs/wayland-scripts/default.nix b/home/wayland/pkgs/wayland-scripts/default.nix
index c98def5..b43f4b7 100644
--- a/home/wayland/pkgs/wayland-scripts/default.nix
+++ b/home/wayland/pkgs/wayland-scripts/default.nix
@@ -37,6 +37,8 @@ stdenvNoCC.mkDerivation {
postInstall = ''
wrapProgram $out/bin/cwall \
--prefix PATH : ${lib.makeBinPath [ ffmpeg libnotify sway ]}
+ wrapProgram $out/bin/ttyasrt \
+ --prefix PATH : ${lib.makeBinPath [ libnotify ]}
wrapProgram $out/bin/freezshot \
--prefix PATH : ${lib.makeBinPath [ ffmpeg sway grim slurp imv ]}
'';