{ config, lib, pkgs, ... }: { programs.micro = { settings = { colorscheme = "simple"; scrollbar = true; }; enable = true; }; }