feat: setup neovim & update firefox to nightly

This commit is contained in:
DACHXY 2025-01-22 19:11:05 +08:00
parent 10bb022f75
commit f442980938
24 changed files with 581 additions and 1256 deletions

View file

@ -9,6 +9,20 @@
};
};
neovim = {
enable = true;
configure = {
customRC = ''
set number
set relativenumber
set tabstop=2
set shiftwidth=2
set expandtab
nnoremap <C-s> :w<CR>
'';
};
};
dconf.enable = true;
zsh.enable = true;
mtr.enable = true;