move git config into nix
This commit is contained in:
parent
16d592cf52
commit
8dbccc93e3
3 changed files with 9 additions and 3 deletions
8
modules/users/crow/configs/git.nix
Normal file
8
modules/users/crow/configs/git.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "TheWanderingCrow";
|
||||||
|
userEmail = "contact@wanderingcrow.net";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
[user]
|
|
||||||
email = "contact@wanderingcrow.net"
|
|
||||||
name = "TheWanderingCrow"
|
|
||||||
|
|
@ -23,6 +23,7 @@ in {
|
||||||
./configs/firefox.nix
|
./configs/firefox.nix
|
||||||
./configs/waybar.nix
|
./configs/waybar.nix
|
||||||
./configs/tmux.nix
|
./configs/tmux.nix
|
||||||
|
./contigs/git.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
username = "crow";
|
username = "crow";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue