(Laptop) Gen 9: fixed up laptop config files to fit the environment better, added keyd
This commit is contained in:
9
glasshouse-laptop/home/git.nix
Normal file
9
glasshouse-laptop/home/git.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "pagedMov";
|
||||
userEmail = "pagedMov@gmail.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user