Update nvim config, flakes

This commit is contained in:
Martin Pander
2026-04-07 08:29:50 +02:00
parent 93549cc312
commit a26bbb3b5b
3 changed files with 39 additions and 29 deletions

View File

@@ -96,6 +96,10 @@ in
# Allow for editing the lua modules without a nix rebuild
xdg.configFile."nvim/lua".source = config.lib.file.mkOutOfStoreSymlink "${config.dot.dotfilesPath}/modules/nvim/lua";
home.sessionVariables = {
VISUAL = "nvim";
};
home.packages = with pkgs; [
nodejs-slim
];