This commit is contained in:
Till 2025-12-13 01:44:01 +01:00
parent 4b83d8c1f2
commit adc7e78e1c
4 changed files with 28 additions and 26 deletions

View file

@ -6,7 +6,7 @@
# messenger
signal-desktop
tdesktop
telegram-desktop
# office
xournalpp
@ -15,7 +15,7 @@
# text publishing
libreoffice
jdk
poppler_utils
poppler-utils
zotero
lorem
typst
@ -29,7 +29,7 @@
nyxt
# media
bookworm
#bookworm
anki-bin
qbittorrent
nicotine-plus

View file

@ -3,7 +3,7 @@
{
programs.msmtp = {
enable = true;
extraConfig = ''
configContent = ''
defaults
logfile ${config.xdg.stateHome}/msmtp/msmtp.log
port 587

View file

@ -27,7 +27,7 @@
};
home.packages = with pkgs; [
du-dust
dust
fzf
jq
progress
@ -51,16 +51,18 @@
programs.git = {
enable = true;
userName = "Till";
userEmail = "till@ktiu.net";
settings = {
user.name = "Till";
user.email = "till@ktiu.net";
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
lfs = {
enable = true;
};
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
programs.bottom = {