From 4c9cdfe2f4f9643f936d2286327fb8fdf1e3ebe9 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 21 Mar 2026 22:05:39 +0100 Subject: add repositories to search_path for twm --- modules/home/twm.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/home/twm.nix b/modules/home/twm.nix index cebfc6e..f5609d7 100644 --- a/modules/home/twm.nix +++ b/modules/home/twm.nix @@ -4,6 +4,7 @@ home.file.".config/twm/twm.yaml".text = '' search_paths: - ${config.home.homeDirectory}/ghq + - ${config.home.homeDirectory}/repositories - ~/.config/nvim/ exclude_path_components: -- cgit v1.2.3