From b39e429d3f429c8c14cac7f3ba953a8a4fc63667 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:57:43 +0100 Subject: [PATCH] experimented with Obsidian --- hosts/laptop/configuration.nix | 2 +- modules/home-manager/obsidian.nix | 4 ++++ todo | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index dd5b113..8111b2f 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -151,7 +151,7 @@ programs.firefox.enable = true; # Allow unfree packages - nixpkgs.config.allowUnfree = false; + nixpkgs.config.allowUnfree = true; # Nonfree packages: Obsidian # List packages installed in system profile. To search, run: # $ nix search wget diff --git a/modules/home-manager/obsidian.nix b/modules/home-manager/obsidian.nix index 92ba88b..97650a9 100644 --- a/modules/home-manager/obsidian.nix +++ b/modules/home-manager/obsidian.nix @@ -5,5 +5,9 @@ }: { programs.obsidian = { enable = true; + vaults.miscellanious = { + enable = true; + target = "/kdrive/Notes/miscellanious"; + }; }; } diff --git a/todo b/todo index 70e477d..e66bb10 100644 --- a/todo +++ b/todo @@ -21,6 +21,14 @@ maybe configure a bit ripgrep? majuscules things to do? deadnix and aljandra to clean up the repo +Setup obsidian (plugsins, etc.) + maybe setup some vaults in obsidian.nix. It seams that it cant direclty use kdrive as a vault. + maybe see if shell script to backup every few ...? + see if use git or kdrive + fzf vault select? + +setup kdrive as a git remote + with quickshell: