mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
make neovim default
This commit is contained in:
parent
57e8901bf2
commit
0502dfffa2
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
@ -42,7 +42,7 @@
|
||||||
# '')
|
# '')
|
||||||
xsel wget neofetch htop oh-my-zsh git chromium kitty plasma5Packages.qtstyleplugin-kvantum kdeconnect
|
xsel wget neofetch htop oh-my-zsh git chromium kitty plasma5Packages.qtstyleplugin-kvantum kdeconnect
|
||||||
bat microsoft-edge vivaldi vivaldi-ffmpeg-codecs x264 nerdfonts joypixels rustc cargo unzip ocs-url
|
bat microsoft-edge vivaldi vivaldi-ffmpeg-codecs x264 nerdfonts joypixels rustc cargo unzip ocs-url
|
||||||
nextcloud-client duf
|
nextcloud-client duf neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
@ -64,6 +64,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.variables.EDITOR = "nvim"
|
||||||
|
|
||||||
# programs.neovim = {
|
# programs.neovim = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# defaultEditor = true;
|
# defaultEditor = true;
|
||||||
|
|
Loading…
Reference in a new issue