bump and bump fixes

This commit is contained in:
notgne2 2026-07-10 16:17:24 -07:00
parent 0ec0e30c98
commit 2648a90126
No known key found for this signature in database
4 changed files with 52 additions and 53 deletions

View file

@ -78,7 +78,7 @@ in {
withPython3 = true;
plugins = with pkgs.vimPlugins; [
direnv-vim
fugitive
vim-fugitive
vim-nix
camelcasemotion
vim-indent-object
@ -144,17 +144,23 @@ in {
};
enable = true;
lfs.enable = true;
userName = "notgne2";
userEmail = "gen2@gen2.space";
ignores = [".envrc"];
extraConfig.push.autoSetupRemote = true;
settings = {
user = {
email = "gen2@gen2.space";
name = "notgne2";
};
push.autoSetupRemote = true;
};
};
}
// (lib.optionalAttrs (options.programs ? nixcord) {
nixcord = {
package = pkgs.vencord;
discord.enable = false;
discord = {
enable = false;
package = pkgs.vencord;
};
vesktop = {
enable = true;