install micro

This commit is contained in:
mjallen18
2025-06-25 08:46:53 -05:00
parent 86f20a0c39
commit e436f4e543

View File

@@ -43,6 +43,18 @@
java.enable = lib.mkDefault true;
mangohud.enable = lib.mkDefault true;
password-store.enable = true;
micro = {
enable = true;
settings = {
autoindent = true;
autosu = true;
eofnewline = true;
tabsize = 4;
tabstospaces = true;
};
};
tmux = {
enable = true;
terminal = "screen-256color";