bump and bump fixes
This commit is contained in:
parent
0ec0e30c98
commit
2648a90126
4 changed files with 52 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue