Fixed: Warnings, Remote Builders

This commit is contained in:
2026-02-11 11:26:31 +01:00
parent 50d930e1ff
commit d21b3b3c19
3 changed files with 19 additions and 11 deletions

View File

@@ -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" ];
};
}

View File

@@ -23,7 +23,6 @@
# misc
nil # move to nixvim
biome # move to nixvim
nixfmt-rfc-style # move to nixvim
yt-dlp
ffmpeg
];