Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Enable git LFS

+1
+1
noah-home.nix
··· 97 97 }; 98 98 programs.git = { 99 99 enable = true; 100 + lfs.enable = true; 100 101 userName = "Noah Pederson"; 101 102 userEmail = "noah@packetlost.dev"; 102 103 extraConfig = {