mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
add micro config to home manager
This commit is contained in:
parent
20fa5544f2
commit
6fb928bd86
4 changed files with 53 additions and 1 deletions
12
modules/home/micro/default.nix
Normal file
12
modules/home/micro/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.micro = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
"colorscheme" = "catppuccin-mocha";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."micro/colorschemes".source = ./catppuccin-mocha.micro;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue