my nixos/home-manager configuration
1
fork

Configure Feed

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

create ~/.gitignore for jujutsu

youn d6d324fc 4910e4d5

+1 -4
+1 -4
home-manager/modules/jujutsu.nix
··· 8 8 9 9 let 10 10 cfg = config.modules.jujutsu; 11 - 12 - gitEnabled = config.modules.git.enable or false; 13 11 in 14 12 { 15 13 options.modules.jujutsu = { ··· 36 34 }; 37 35 }; 38 36 39 - xdg.configFile."git/ignore" = { 40 - enable = !gitEnabled; 37 + home.file.".gitignore" = { 41 38 text = '' 42 39 .zed/ 43 40 '';