From cb9e8b93fc7f59bcb61603d1b45b9d5fcb4f9e44 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 6 Dec 2024 17:01:45 +0100 Subject: [PATCH] hosts/solaire: import nvf config --- hosts/solaire/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index 8614ae7..d064feb 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -46,6 +46,8 @@ in { "${home}/services/flatpak.nix" "${home}/services/syncthing.nix" + + "${home}/programs/editors/neovim.nix" ]; extraSpecialArgs = specialArgs; };