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 = {
reidlab = {
conf = {
packages = with pkgs; [ bat tree ];
packages = with pkgs; [ bat tree micro duf ];
extraGroups = [ "wheel" "dotfiles" ];
};
homeConf.home = {
sessionVariables = {
EDITOR = "nano";
EDITOR = "micro";
};
};
};