mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
experimented with Obsidian
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,5 +5,9 @@
|
||||
}: {
|
||||
programs.obsidian = {
|
||||
enable = true;
|
||||
vaults.miscellanious = {
|
||||
enable = true;
|
||||
target = "/kdrive/Notes/miscellanious";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user