urlview: finalize

This commit is contained in:
2024-04-15 15:36:42 +03:00
committed by Motiejus Jakštys
parent 221ae40e4f
commit 2e71677213
3 changed files with 17 additions and 50 deletions

View File

@@ -206,11 +206,13 @@ in {
set-option -g default-terminal "screen-256color"
set-option -sa terminal-features ',xterm-256color:RGB'
run-shell ${(pkgs.substituteAll {
src = ./urlview.tmux;
extract_url = pkgs.extract_url;
})
.outPath}
run-shell ${pkgs.writeShellScript "urlview"
(builtins.readFile
(pkgs.substituteAll {
src = ./urlview.tmux;
extract_url = pkgs.extract_url;
})
.outPath)}
'';
};
}