diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-09 12:56:56 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-09 12:56:56 +0200 |
commit | 19cb7bbdc1599aa4faca631bd60b9a5c3b9d9d5d (patch) | |
tree | 55d01a6e92aef1eaa9667a6cbfcb231410ad66d5 /modules | |
parent | modules/mpv: Remove the uosc plugin (diff) | |
download | nixos-config-19cb7bbdc1599aa4faca631bd60b9a5c3b9d9d5d.zip |
modules/nvim/plgs/neorg: Remove the predefined workspaces prime
I only use `tskm`'s workspace.
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/nv/nvim/plgs/neorg/default.nix | 6 |
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; |