configure git
This commit is contained in:
parent
f5345d8f6a
commit
3bb85d77de
1 changed files with 9 additions and 1 deletions
|
|
@ -73,13 +73,21 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
ffmpeg
|
||||
git
|
||||
gnupg
|
||||
jq
|
||||
pass
|
||||
vim
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
user.name = "Tobias Ostner";
|
||||
user.email = "tobias.ostner@gmail.com";
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
users.users.tobi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue