From 69190a06020627f49f9ff5b4aff8f5c49bc4617e Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 25 Jul 2025 11:46:24 +0200 Subject: [PATCH] Add wtype to linux, used for automating ghostty, can remove after reloading is merged into Ghostty --- nix/home/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/linux.nix b/nix/home/linux.nix index 5ea8ff5..67103e0 100644 --- a/nix/home/linux.nix +++ b/nix/home/linux.nix @@ -65,6 +65,7 @@ in ffmpeg imv keychain + wtype ]; file = utils.mk_symlinks { inherit config dotfiles; };