about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-09 12:56:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-09 12:56:56 +0200
commit19cb7bbdc1599aa4faca631bd60b9a5c3b9d9d5d (patch)
tree55d01a6e92aef1eaa9667a6cbfcb231410ad66d5 /modules/by-name/nv/nvim/plgs
parentmodules/mpv: Remove the uosc plugin (diff)
downloadnixos-config-19cb7bbdc1599aa4faca631bd60b9a5c3b9d9d5d.zip
modules/nvim/plgs/neorg: Remove the predefined workspaces prime
I only use `tskm`'s workspace.
Diffstat (limited to 'modules/by-name/nv/nvim/plgs')
-rw-r--r--modules/by-name/nv/nvim/plgs/neorg/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/by-name/nv/nvim/plgs/neorg/default.nix b/modules/by-name/nv/nvim/plgs/neorg/default.nix
index eafc161f..ea451d3a 100644
--- a/modules/by-name/nv/nvim/plgs/neorg/default.nix
+++ b/modules/by-name/nv/nvim/plgs/neorg/default.nix
@@ -53,11 +53,7 @@ in {
               __empty = null;
             };
             "core.dirman".config = {
-              workspaces = {
-                general = "~/repos/notes/general";
-                journal = "~/repos/notes/journal";
-                projects = "~/repos/notes/projects";
-              };
+              workspaces = { };
             };
             "core.export".config = {
               __empty = null;