colin: set EDITOR=vim

nix flake check shows good; haven't switched
This commit is contained in:
colin 2022-05-26 13:28:42 -07:00
parent 4553f7ee42
commit ef58e7271a

View File

@ -10,7 +10,7 @@
home.stateVersion = "21.11";
home.username = "colin";
home.homeDirectory = "/home/colin";
programs.home-manager.enable = true;
programs.home-manager.enable = true; # this lets home-manager manage dot-files in user dirs, i think
programs.zsh = {
enable = true;
enableSyntaxHighlighting = true;
@ -137,6 +137,10 @@
"cd../" = "cd ../";
};
home.sessionVariables = {
EDITOR = "vim";
};
home.packages = [
pkgs.btrfs-progs
pkgs.dig