diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-07 01:52:05 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-07 01:52:05 +0200 |
| commit | d4ab43855b476eab3b66649c512815c54afc8aa7 (patch) | |
| tree | 4af67a5dec7527084c72062e1c22cced42957636 /profiles/station | |
| parent | aec37e79ed878db58d63f2d131df095cbb5e6440 (diff) | |
fixup
Diffstat (limited to 'profiles/station')
| -rw-r--r-- | profiles/station/neovim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/station/neovim.nix b/profiles/station/neovim.nix index afe85dd..8796b88 100644 --- a/profiles/station/neovim.nix +++ b/profiles/station/neovim.nix @@ -7,7 +7,7 @@ hm = { xdg = { configFile = with config.lib.meta; { - "nvim".source = mkMutableSymlink ../neovim; + "nvim".source = mkMutableSymlink /mut/neovim; }; }; |
