mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 15:10:11 -05:00
Added git Config
This commit is contained in:
parent
a953fe3a0b
commit
c9a3cc628f
1 changed files with 5 additions and 1 deletions
|
|
@ -97,7 +97,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "Annika Merris";
|
||||||
|
userEmail = "me@annikamerris.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.spotifyd = {
|
services.spotifyd = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue