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; [
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue