my nixos/home-manager configuration
1
fork

Configure Feed

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

feat(home-manager/git): ignore .zed globally

youn 2b2b7b75 ea01fa9d

+3
+3
home-manager/modules/git.nix
··· 31 31 format = "ssh"; 32 32 key = ssh.public.text; 33 33 }; 34 + ignores = [ 35 + ".zed" 36 + ]; 34 37 }; 35 38 }; 36 39 }