ADD minimal neovim configuration

main
Alexandre LUCAZEAU 2023-07-27 10:16:34 +02:00
parent aca6464f5b
commit 086d9760bc
3 changed files with 4 additions and 1 deletions

View File

@ -31,5 +31,8 @@
source = ./configs/zellij;
};
};
home.sessionPath = [
"$HOME/.local/bin"
];
}

View File

@ -68,6 +68,7 @@
graphviz
evince
kdeconnect
neovim
];
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"

View File

@ -11,6 +11,5 @@ programs.neovim = {
gruvbox-material
mini-nvim
];
defaultEditor = true;
};
}