fix micro theme
This commit is contained in:
parent
b5714e30bb
commit
69a20370bc
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ in {
|
||||||
schemeName = "generated";
|
schemeName = "generated";
|
||||||
in mkIf cfg.enable {
|
in mkIf cfg.enable {
|
||||||
environment.variables.EDITOR = "micro";
|
environment.variables.EDITOR = "micro";
|
||||||
|
environment.variables.MICRO_TRUECOLOR = "1";
|
||||||
|
|
||||||
hm.programs.micro = {
|
hm.programs.micro = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -23,7 +24,7 @@ in {
|
||||||
tabsize = 2;
|
tabsize = 2;
|
||||||
tabstospaces = true;
|
tabstospaces = true;
|
||||||
|
|
||||||
colorScheme = schemeName;
|
colorscheme = schemeName;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue