nix-dotfiles/home-manager/modules/picom.nix

5 lines
63 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
picom
];
}