flake/users/guanranwang/home-manager/resources/wm/components/picom.nix

9 lines
187 B
Nix
Raw Normal View History

2023-11-06 07:48:20 +00:00
{...}: {
services.picom = {
enable = true;
};
# TODO: picom.conf -> home-manager options
xdg.configFile."picom/picom.conf".source = ../../dotfiles/config/picom/picom.conf;
}