Add neovim configuration to seperate file

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-27 21:44:14 +01:00
parent b8ca6cf5c4
commit 408081c786
2 changed files with 39 additions and 11 deletions

View File

@@ -4,23 +4,16 @@ let
in
{
imports = [
./editor.nix
];
environment.systemPackages = with pkgs; [
vim
neovim
astyle
python313Packages.pynvim
hyfetch
fzf
fzf-zsh
ripgrep
ripgrep-all
];
environment.variables = {
EDITOR = "nvim";
};
programs.tmux = {
enable = true;
clock24 = true;