mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
b623474fc0
Former-commit-id: 33a9386356
13 lines
204 B
Nix
13 lines
204 B
Nix
{
|
|
programs.nixvim = {
|
|
enable = true;
|
|
colorschemes.catppuccin = {
|
|
enable = true;
|
|
settings = {
|
|
transparent_background = true;
|
|
flavour = "mocha";
|
|
};
|
|
};
|
|
};
|
|
}
|