nix/home-manager/config/prismlauncher.nix

6 lines
143 B
Nix
Raw Normal View History

2024-12-21 11:15:14 -07:00
{ config, lib, ... }:
{
programs.custom.prism-launcher = lib.mkIf config.meta.home-manager.desktop.enable {
enable = true;
};
}