This repository has no description
0

Configure Feed

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

add global ignores

Jakob Ankarhem (Jun 22, 2026, 1:48 PM +0200) dddbcd57 e0fcf6e0

+7
+7
modules/git.nix
··· 15 15 key = lib.mkDefault "~/.ssh/id_ed25519.pub"; 16 16 }; 17 17 18 + ignores = [ 19 + ".omo/" 20 + ".envrc" 21 + ".direnv/" 22 + ".pre-commit-config.yaml" 23 + ]; 24 + 18 25 settings = { 19 26 gpg.format = "ssh"; 20 27 user = {