me like nix
0

Configure Feed

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

add git

+9 -1
+9 -1
home.nix
··· 81 81 atool 82 82 httpie 83 83 helix 84 + git 84 85 jujutsu 85 86 htop 86 87 zellij # terminal multiplexer ··· 115 116 ]; 116 117 117 118 # Program configurations 119 + programs.git = { 120 + enable = true; 121 + userName = "seanaye"; 122 + userEmail = "hello@seanaye.ca"; 123 + extraConfig = { 124 + init.defaultBranch = "main"; 125 + }; 126 + }; 118 127 programs.jujutsu = { 119 128 enable = true; 120 129 settings.user = { ··· 163 172 SDL_VIDEODRIVER = "wayland"; 164 173 XDG_CURRENT_DESKTOP = "Niri"; 165 174 XDG_SESSION_TYPE = "wayland"; 166 - _JAVA_AWT_WM_NONREPARENTING = "1"; 167 175 }; 168 176 169 177 # Set the state version for Home Manager