25.05->25.11
This commit is contained in:
@@ -88,12 +88,11 @@ in
|
||||
git = {
|
||||
enable = true;
|
||||
ignores = [ "*.swp" ];
|
||||
userName = name;
|
||||
userEmail = email;
|
||||
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
core = {
|
||||
editor = "vim";
|
||||
@@ -102,6 +101,10 @@ in
|
||||
commit.gpgsign = false;
|
||||
pull.rebase = true;
|
||||
rebase.autoStash = true;
|
||||
user = {
|
||||
name = name;
|
||||
email = email;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -63,16 +63,15 @@ with pkgs;
|
||||
font-awesome
|
||||
hack-font
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
meslo-lgs-nf
|
||||
|
||||
# Node.js development tools
|
||||
nodePackages.npm # globally install npm
|
||||
nodePackages.prettier
|
||||
nodejs
|
||||
|
||||
|
||||
# Text and terminal utilities
|
||||
xquartz
|
||||
xterm
|
||||
|
||||
htop
|
||||
@@ -153,6 +152,7 @@ pidgin
|
||||
rubyPackages_3_4.kramdown-rfc2629
|
||||
zotero
|
||||
|
||||
tex-fmt
|
||||
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
@@ -176,6 +176,7 @@ pidgin
|
||||
footmisc
|
||||
geometry
|
||||
ifmtarg
|
||||
latexmk
|
||||
lipsum
|
||||
lualatex-math
|
||||
makecell
|
||||
|
||||
Reference in New Issue
Block a user