switch back to yabai for tiling. experimental shift of zen setup
This commit is contained in:
14
modules/home-manager/work/git.nix
Normal file
14
modules/home-manager/work/git.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user.name = "Remy Moll";
|
||||
user.email = "remy.moll@artidis.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user