Set vim as default editor

This commit is contained in:
Paul-Henri Froidmont 2023-03-30 01:30:54 +02:00
parent 24c8bf4587
commit e0ec6e3d93
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -109,6 +109,8 @@ in {
file = { ".wallpaper.png".source = ./wallpaper.png; }; file = { ".wallpaper.png".source = ./wallpaper.png; };
sessionVariables.EDITOR = "vim";
packages = with pkgs.unstable; [ packages = with pkgs.unstable; [
xorg.xinit xorg.xinit
xorg.xwininfo xorg.xwininfo