Files
nixos-configuration/shared/desktop/home-manager/media/imv.nix

11 lines
124 B
Nix

{ theme, ... }:
{
catppuccin.imv = {
enable = true;
flavor = theme.flavor;
};
programs.imv.enable = true;
}