guh
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, username, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
config.hjem.users.username.rum.programs.git = {
|
||||
enable = true;
|
||||
userName = "poslop";
|
||||
userEmail = "poslop@archfox.org";
|
||||
settings = {
|
||||
user = {
|
||||
name = "poslop";
|
||||
email = "poslop@archfox.org";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user