mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
12 lines
No EOL
174 B
Nix
12 lines
No EOL
174 B
Nix
{ ... }:
|
|
{
|
|
programs.micro = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
"colorscheme" = "catppuccin-mocha";
|
|
};
|
|
};
|
|
|
|
xdg.configFile."micro".source = ./config;
|
|
} |