added obsidian configuration
This commit is contained in:
@@ -20,6 +20,15 @@
|
|||||||
flake = "${config.home.homeDirectory}/.config/dotfiles";
|
flake = "${config.home.homeDirectory}/.config/dotfiles";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obsidian.enable = true;
|
||||||
|
programs.obsidian = {
|
||||||
|
vaults."Personal" = {
|
||||||
|
enable = true;
|
||||||
|
target = "Nextcloud/obsidian/Personal";
|
||||||
|
settings = { };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
||||||
# note taking
|
# note taking
|
||||||
@@ -47,6 +56,7 @@
|
|||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
pkgs.nextcloud-client
|
pkgs.nextcloud-client
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
|
pkgs.obsidian
|
||||||
|
|
||||||
# language interpreters / compilers
|
# language interpreters / compilers
|
||||||
pkgs.bun
|
pkgs.bun
|
||||||
|
|||||||
Reference in New Issue
Block a user