Switch back to nixpkgs obsidian
This commit is contained in:
@ -79,7 +79,7 @@ rec {
|
|||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
spotify.enable = false; # Can't login because browser doesn't open
|
spotify.enable = false; # Can't login because browser doesn't open
|
||||||
bottles.enable = false;
|
bottles.enable = false;
|
||||||
obsidian.enable = true;
|
obsidian.enable = false; # Extremely low graph draw performance?
|
||||||
jabref.enable = false;
|
jabref.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -358,6 +358,9 @@ rec {
|
|||||||
rclone # Rsync for cloud
|
rclone # Rsync for cloud
|
||||||
httpie # Cool http client
|
httpie # Cool http client
|
||||||
# suricata
|
# suricata
|
||||||
|
cifs-utils # Mount samba shares
|
||||||
|
|
||||||
|
appimage-run
|
||||||
|
|
||||||
cool-retro-term
|
cool-retro-term
|
||||||
ventoy-full # Bootable USB for many ISOs
|
ventoy-full # Bootable USB for many ISOs
|
||||||
@ -418,7 +421,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 # Use flatpak for now, as I can't use window splitting with this version for some reason
|
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
|
||||||
|
Reference in New Issue
Block a user