update
This commit is contained in:
parent
4b83d8c1f2
commit
adc7e78e1c
4 changed files with 28 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
programs.msmtp = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
configContent = ''
|
||||
defaults
|
||||
logfile ${config.xdg.stateHome}/msmtp/msmtp.log
|
||||
port 587
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue