Wyatt J. Miller
08a543fabe
added fish shellInit, removed top level empty configuration, removed lib.mkIf logic for fish aliases
10 lines
114 B
Nix
10 lines
114 B
Nix
{ lib, config, ... }:
|
|
|
|
{
|
|
programs.neovim = {
|
|
enable = true;
|
|
|
|
# nvim configuration here soon!
|
|
};
|
|
}
|