From ea8bb055096500bfbf4dcf4556c00c210d5e2810 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 Feb 2022 15:39:07 +0100 Subject: machines/profpatsch: use alacritty as terminal-emulator This is the alacritty wrapper that is added from `~/bin`. This is a bit badly set up atm, but might change once I move things together into one repo. --- pkgs/profpatsch/xdg-open/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/profpatsch/xdg-open') diff --git a/pkgs/profpatsch/xdg-open/default.nix b/pkgs/profpatsch/xdg-open/default.nix index 4d0e6804..83e8105d 100644 --- a/pkgs/profpatsch/xdg-open/default.nix +++ b/pkgs/profpatsch/xdg-open/default.nix @@ -19,7 +19,6 @@ let // getBins pkgs.s6 [ "s6-ioconnect" ] // getBins pkgs.s6-portable-utils [ "s6-test" ] // getBins pkgs.s6-networking [ "s6-tcpclient" ] - // getBins pkgs.lilyterm-git [ "lilyterm" ] // getBins pkgs.netcat-openbsd [ "nc" ] // getBins pkgs.dmenu [ "dmenu" "dmenu_path" ] # TODO: make sure these are the ones from the environment @@ -96,7 +95,7 @@ let }; exec-in-terminal-emulator = {exe, args}: { - exe = bins.lilyterm; + exe = pkgs.vuizvui.profpatsch.tvl.users.Profpatsch.alacritty; args = file: [ ({Variable, String}: String "--execute") ({Variable, String}: String exe) -- cgit 1.4.1