Add neovim configuration to seperate file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user