From 2cc3650aacd0104d135b832ce883fdcdc9760169 Mon Sep 17 00:00:00 2001 From: sadanslargehole Date: Fri, 3 May 2024 18:54:52 -0400 Subject: [PATCH] 103 current 2024-05-03 18:54:45 24.05.20240419.5c24cf2 6.6.28 * --- boxes/desktop/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boxes/desktop/home.nix b/boxes/desktop/home.nix index 9bc51d4..f915b6a 100644 --- a/boxes/desktop/home.nix +++ b/boxes/desktop/home.nix @@ -121,6 +121,11 @@ in source = ../../dotfiles/btop; target = "./.config/btop"; }; + nvim = { + recursive = true; + source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim"; + target = "./.config/nvim"; + }; # "testconfigfile".source = ../../dotfiles/testconfigfile; # ".gitconfig".source = ../../dotfiles/.gitconfig; # # Building this configuration will create a copy of 'dotfiles/screenrc' in