25.05->25.11
This commit is contained in:
@@ -49,29 +49,22 @@ _:
|
||||
|
||||
# Productivity Tools
|
||||
"1Password"
|
||||
#"zotero"
|
||||
"gpg-suite"
|
||||
#"home-assistant"
|
||||
#"Fantastical"
|
||||
#"Remarkable"
|
||||
"mailmate"
|
||||
"spamsieve"
|
||||
"macdown"
|
||||
"calibre"
|
||||
# "superslicer" # Removed in favor of OrcaSlicer
|
||||
"orcaslicer"
|
||||
"element"
|
||||
# "mqtt-explorer"
|
||||
"virtualbox"
|
||||
# "autodesk-fusion" #fails to install
|
||||
"qmk-toolbox"
|
||||
"dbeaver-community"
|
||||
"sqlitestudio"
|
||||
|
||||
# "wireshark"
|
||||
# Browsers
|
||||
"google-chrome"
|
||||
"firefox"
|
||||
"tor-browser"
|
||||
|
||||
|
||||
]
|
||||
|
||||
@@ -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