11 lines
137 B
Nix
11 lines
137 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.micro = {
|
|
settings = {
|
|
colorscheme = "simple";
|
|
scrollbar = true;
|
|
};
|
|
enable = true;
|
|
};
|
|
}
|