mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
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/waybar.nix
|
||||
./configs/tmux.nix
|
||||
./contigs/git.nix
|
||||
];
|
||||
home = {
|
||||
username = "crow";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue