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

8 lines
134 B
Nix
Raw Normal View History

2023-01-01 17:20:23 +01:00
{ config, ... }:
{
services.picom = {
enable = true;
# more configuration can go here, but I have no need for it yet
};
}