nix-dotfiles/home-manager/modules/picom.nix
2025-03-28 00:47:30 -06:00

8 lines
69 B
Nix

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