diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 22:05:39 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 22:05:39 +0100 |
| commit | 4c9cdfe2f4f9643f936d2286327fb8fdf1e3ebe9 (patch) | |
| tree | 398cb9019f0d81cb7aac4b4d73fc2ed70f79da92 /modules | |
| parent | 6fcffb259aab9da4b6c1fc98282dc4b506eb93af (diff) | |
| download | dotfiles-4c9cdfe2f4f9643f936d2286327fb8fdf1e3ebe9.tar.gz dotfiles-4c9cdfe2f4f9643f936d2286327fb8fdf1e3ebe9.zip | |
add repositories to search_path for twm
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/twm.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
