git settings

This commit is contained in:
m3tam3re 2023-06-27 12:51:03 +02:00
parent fc681daa8f
commit f7bf66c9b5
3 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/result
*.qcow2
\#
#
.#

View File

@ -6,7 +6,7 @@ in
{
home.packages = [
pkgs.wofi
kgs.be
m wofi-pass
bemoji
wofi-pass
];
}

View File

@ -23,6 +23,9 @@ nixpkgs = {
userName = "m3tam3re";
userEmail = "m@m3tam3re.com";
aliases = { st = "status"; };
extraConfig = {
core.excludesfile = "~/.gitignore_global";
};
};
};