mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 19:21:40 +02:00
meta: Merge neovim module with starship
This is a part of making a separate "shell" module that can be used to provide a standard base of tools when working in headless environments.
This commit is contained in:
parent
a18a120634
commit
e44b145164
@ -1,9 +0,0 @@
|
||||
{
|
||||
programs.neovim.enable = true;
|
||||
programs.direnv.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
}
|
@ -1,4 +1,14 @@
|
||||
{
|
||||
programs = {
|
||||
neovim.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user