11 lines
124 B
Nix
11 lines
124 B
Nix
|
{ theme, ... }:
|
||
|
|
||
|
{
|
||
|
catppuccin.imv = {
|
||
|
enable = true;
|
||
|
flavor = theme.flavor;
|
||
|
};
|
||
|
|
||
|
programs.imv.enable = true;
|
||
|
}
|