tex and other stuff
This commit is contained in:
parent
e962815edd
commit
5a194716ab
10 changed files with 95 additions and 19 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
# commandline
|
||||
exa
|
||||
file
|
||||
fzf
|
||||
nnn
|
||||
jq
|
||||
|
|
@ -61,26 +62,28 @@
|
|||
|
||||
# office
|
||||
khal
|
||||
# vdirsyncer
|
||||
khard
|
||||
taskopen
|
||||
gnome.gnome-sound-recorder
|
||||
zoom-us
|
||||
# zoom-us
|
||||
evolution
|
||||
|
||||
# publishing
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.th_TH
|
||||
hyphen
|
||||
pandoc
|
||||
poppler_utils
|
||||
libreoffice
|
||||
zotero
|
||||
zathura
|
||||
hunspell
|
||||
hyphen
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.th_TH
|
||||
|
||||
# graphics
|
||||
inkscape
|
||||
gimp
|
||||
godot_4
|
||||
scrcpy
|
||||
|
||||
# web
|
||||
qutebrowser
|
||||
|
|
@ -90,15 +93,16 @@
|
|||
|
||||
# media
|
||||
vlc
|
||||
lollypop
|
||||
rhythmbox
|
||||
freetube
|
||||
yt-dlp
|
||||
|
||||
# deveolopment
|
||||
# development
|
||||
bundix
|
||||
nodejs
|
||||
ruby
|
||||
android-studio
|
||||
netlify-cli
|
||||
|
||||
# secrets
|
||||
libsecret
|
||||
|
|
@ -144,12 +148,16 @@
|
|||
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
dataLocation = "${config.xdg.dataHome}/taskwarrior/tasks";
|
||||
colorTheme = "light-256";
|
||||
config = {
|
||||
data.location = "${config.xdg.dataHome}/taskwarrior/tasks";
|
||||
hooks.location = "${config.xdg.dataHome}/taskwarrior/tasks";
|
||||
report.list.columns = ["id" "depends.indicator" "priority" "project" "recur.indicator" "scheduled.countdown" "due" "until.age" "status.short" "description.count" "tags"];
|
||||
report.list.labels= ["ID" "D" "Prio" "Proj" "R" "Scheduled" "Due" "Until" "S" "Description" "Tags"];
|
||||
};
|
||||
extraConfig = "
|
||||
hooks.location=${config.xdg.dataHome}/taskwarrior/hooks
|
||||
verbose=affected,context,edit,label,header,new-id,project,special,sync,recur
|
||||
";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue