diff options
| author | root <root@localhost> | 2025-01-21 08:43:49 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 14:03:00 +0100 |
| commit | de6aa72099a2b8618562c2ab4230a2c2044655d2 (patch) | |
| tree | 1c082d8f4ba84e3eed492315775a26ca2adf34df /profiles/core/neovim.nix | |
| parent | 6777625ee34666986e2f38f5cf8198fdb360ea55 (diff) | |
do symlinks outside of nix
Diffstat (limited to 'profiles/core/neovim.nix')
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index dc3bc6e..8ec65a0 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -4,7 +4,6 @@ ... }: { hm = { - xdg.configFile."nvim".source = config.lib.meta.mkMutableSymlink /mut/neovim; editorconfig = { enable = true; settings = { |
