1

Add Obsidian.md config

This commit is contained in:
2023-04-13 18:10:59 +02:00
parent 06e106014c
commit 5ca4dc35e3

View File

@ -173,6 +173,9 @@ rec {
home.file.".indentconfig.yaml".source = ../../config/latex/.indentconfig.yaml; home.file.".indentconfig.yaml".source = ../../config/latex/.indentconfig.yaml;
home.file.".indentsettings.yaml".source = ../../config/latex/.indentsettings.yaml; home.file.".indentsettings.yaml".source = ../../config/latex/.indentsettings.yaml;
home.file."Notes/Obsidian/Chriphost/latex_snippets.json".source = ../../config/obsidian/latex_snippets.json;
home.file."Notes/Obsidian/Chriphost/.obsidian/snippets/latex_preview.css".source = ../../config/obsidian/css_snippets/latex_preview.css;
# TODO: If navi enabled # TODO: If navi enabled
# TODO: Symlink this, so the config doesn't have to be rebuilt every time # TODO: Symlink this, so the config doesn't have to be rebuilt every time
home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat; home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat;
@ -251,6 +254,7 @@ rec {
fclones # duplicate file finder fclones # duplicate file finder
gum # nice shell scripts gum # nice shell scripts
lazygit # can always use another git client lazygit # can always use another git client
geteltorito # extreact boot image from iso
gitbatch # overview over multiple repos gitbatch # overview over multiple repos
mprocs # run multiple processes in single terminal window, screen alternative mprocs # run multiple processes in single terminal window, screen alternative
# TODO: Maybe general document/typesetting module? # TODO: Maybe general document/typesetting module?
@ -266,6 +270,7 @@ rec {
# TODO: Programming languages module # TODO: Programming languages module
alejandra # nix code formatter alejandra # nix code formatter
nil # nix language server nil # nix language server
acpica-tools # Dump ACPI tables etc.
# Xooooorg/Desktop environment stuff # Xooooorg/Desktop environment stuff
xclip xclip
@ -318,7 +323,7 @@ rec {
hunspell # I cna't type hunspell # I cna't type
hunspellDicts.en_US hunspellDicts.en_US
hunspellDicts.de_DE hunspellDicts.de_DE
obsidian # knowledge-base # obsidian # knowledge-base # Use flatpak for now, as I can't use window splitting with this version for some reason
# logseq # knowledge-base # logseq # knowledge-base
# zotero # Citation/source research assistant # zotero # Citation/source research assistant
# jabref # manage bibilography # NOTE: Uses jdk18 which is EOL, so can't build, use flatpak instead # jabref # manage bibilography # NOTE: Uses jdk18 which is EOL, so can't build, use flatpak instead
@ -352,11 +357,15 @@ rec {
krita krita
inkscape inkscape
handbrake
makemkv
AusweisApp2 AusweisApp2
# KDE Applications # KDE Applications
# TODO: Make a module out of this # TODO: Make a module out of this
libsForQt5.kate libsForQt5.kate
libsForQt5.kdenetwork-filesharing
libsForQt5.kwrited # Already included by default libsForQt5.kwrited # Already included by default
libsForQt5.ark libsForQt5.ark
# libsForQt5.kdeconnect-kde # NOTE: Also has HM service # libsForQt5.kdeconnect-kde # NOTE: Also has HM service