swap to micro editor

This commit is contained in:
Reid 2023-08-23 01:04:50 -07:00
parent 5cb77ea3fc
commit 63d45da9ff

View file

@ -18,13 +18,13 @@
normalUsers = { normalUsers = {
reidlab = { reidlab = {
conf = { conf = {
packages = with pkgs; [ bat tree ]; packages = with pkgs; [ bat tree micro duf ];
extraGroups = [ "wheel" "dotfiles" ]; extraGroups = [ "wheel" "dotfiles" ];
}; };
homeConf.home = { homeConf.home = {
sessionVariables = { sessionVariables = {
EDITOR = "nano"; EDITOR = "micro";
}; };
}; };
}; };