git settings
This commit is contained in:
parent
fc681daa8f
commit
f7bf66c9b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/result
|
||||
*.qcow2
|
||||
\#
|
||||
#
|
||||
.#
|
||||
|
@ -6,7 +6,7 @@ in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.wofi
|
||||
kgs.be
|
||||
m wofi-pass
|
||||
bemoji
|
||||
wofi-pass
|
||||
];
|
||||
}
|
||||
|
@ -23,6 +23,9 @@ nixpkgs = {
|
||||
userName = "m3tam3re";
|
||||
userEmail = "m@m3tam3re.com";
|
||||
aliases = { st = "status"; };
|
||||
extraConfig = {
|
||||
core.excludesfile = "~/.gitignore_global";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user