modify fish, kitty and neovim
This commit is contained in:
parent
52481b0687
commit
3ab9500787
8 changed files with 63 additions and 45 deletions
|
|
@ -1,10 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
enablePrintInit = true;
|
||||
# defaultEditor = true;
|
||||
defaultEditor = true;
|
||||
waylandSupport = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue