this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

jj: watchman

Aria a179b578 74d564ae

+2
+2
nix/modules/programs/git.nix
··· 14 14 environment.systemPackages = [ 15 15 pkgs.git 16 16 pkgs.jujutsu 17 + pkgs.watchman 17 18 18 19 pkgs.jjui 19 20 pkgs.ids-fzf ··· 37 38 }; 38 39 39 40 ".config/jj/config.toml".source = (pkgs.formats.toml { }).generate "jj-config" { 41 + fsmonitor.backend = "watchman"; 40 42 ui = { 41 43 default-command = "status"; 42 44 movement.edit = true;