Move git config to dotfile

This commit is contained in:
2024-05-29 16:14:54 -05:00
parent 55d058bf4b
commit 8384dcda6a
2 changed files with 7 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
[core]
sshCommand = "ssh -i ~/.ssh/id_ed25519"
[user]
email = "eesimmons9105@gmail.com"
name = "Ethan Simmons"

View File

@@ -17,18 +17,11 @@
home.file.".config/waybar".source = ./dotfiles/waybar;
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
home.file.".config/alacritty/alacritty.toml".source = ./dotfiles/alacritty/alacritty.toml;
home.file.".config/git/config".source = ./dotfiles/git/config;
# Fix for slow steam download speeds https://old.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
home.file.".steam/steam/steam_dev.cfg".source = ./dotfiles/steam/steam_dev.cfg;
programs.git = {
enable = true;
userName = "Ethan Simmons";
userEmail = "eesimmons9105@gmail.com";
extraConfig = {
core.sshCommand = "ssh -i /home/eesim/.ssh/id_ed25519";
};
};
programs.direnv = {
enable = true;