Fixed: Warnings, Remote Builders
This commit is contained in:
17
home/git.nix
17
home/git.nix
@@ -2,20 +2,19 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "DerGrumpf"; # TODO replace
|
||||
userEmail = "p.keier@beyerstedt-it.de"; # TODO replace
|
||||
|
||||
lfs.enable = true;
|
||||
|
||||
ignores = [ "**/.DS_STORE" ];
|
||||
|
||||
extraConfig = {
|
||||
github = {
|
||||
settings = {
|
||||
user = {
|
||||
name = "DerGrumpf"; # TODO replace
|
||||
email = "p.keier@beyerstedt-it.de"; # TODO replace
|
||||
};
|
||||
github = {
|
||||
user = primaryUser;
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
lfs.enable = true;
|
||||
ignores = [ "**/.DS_STORE" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
# misc
|
||||
nil # move to nixvim
|
||||
biome # move to nixvim
|
||||
nixfmt-rfc-style # move to nixvim
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user