From dcdccf584d11c0067b3a80eaec3e593948493300 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 5 Feb 2025 01:09:53 -0500 Subject: [PATCH] fixing wezterm config links --- homes/emenel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/emenel/default.nix b/homes/emenel/default.nix index 9a80a1d..78bbbf1 100644 --- a/homes/emenel/default.nix +++ b/homes/emenel/default.nix @@ -724,7 +724,7 @@ xdg.configFile."starship.toml".source = ./dotfiles/dot_config/starship.toml; xdg.configFile."niri/config.kdl".source = ./dotfiles/dot_config/niri/config.kdl; - + xdg.configFile."wezterm/launcher.lua".source = ./dotfiles/dot_config/wezterm/launcher.lua; xdg.configFile."just/justfile".source = ./dotfiles/dot_config/just/justfile; xdg.configFile."git".source = ./dotfiles/dot_config/git; xdg.configFile."rbw".source = ./dotfiles/dot_config/rbw;