2024-11-13 18:28 : id 118
This commit is contained in:
parent
4b2397a6ed
commit
c2e8807405
@ -84,17 +84,22 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
vim = {
|
neovim = {
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
vimAlias = true;
|
||||||
relativenumber=true;
|
configure = {
|
||||||
|
customRC = ''
|
||||||
|
syntax on
|
||||||
|
set clipboard=unnamedplus
|
||||||
|
set encoding=utf-8
|
||||||
|
set
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vim="nvim";
|
|
||||||
ls="ls -l";
|
ls="ls -l";
|
||||||
};
|
};
|
||||||
bashrcExtra=''
|
bashrcExtra=''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user