configure git

This commit is contained in:
Tobias Ostner 2026-04-11 13:37:47 +02:00
parent f5345d8f6a
commit 3bb85d77de

View file

@ -73,13 +73,21 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
btop btop
ffmpeg ffmpeg
git
gnupg gnupg
jq jq
pass pass
vim vim
]; ];
programs.git = {
enable = true;
config = {
user.name = "Tobias Ostner";
user.email = "tobias.ostner@gmail.com";
};
};
system.stateVersion = "25.11"; system.stateVersion = "25.11";
users.users.tobi = { users.users.tobi = {