add micro config to home manager

This commit is contained in:
Frost-Phoenix 2023-12-16 15:51:18 +01:00
parent 20fa5544f2
commit 6fb928bd86
4 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
programs.micro = {
enable = true;
settings = {
"colorscheme" = "catppuccin-mocha";
};
};
xdg.configFile."micro/colorschemes".source = ./catppuccin-mocha.micro;
}