configuration.nix/modules/home/programs/imv/default.nix

7 lines
77 B
Nix

{
programs.imv = {
enable = true;
catppuccin.enable = true;
};
}