nixos-config/users/rouven/modules/picom/default.nix

8 lines
134 B
Nix

{ config, ... }:
{
services.picom = {
enable = true;
# more configuration can go here, but I have no need for it yet
};
}