Add neovim to configuration

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-02 21:05:24 +02:00
parent d87afd4c75
commit 0f748ec335
2 changed files with 21 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ in
];
home.packages = with pkgs; [
git
astyle
hyfetch
distrobox
@@ -40,6 +39,7 @@ in
push = {
autoSetupRemote = true;
};
init.defaultBranch = "main";
};
};