configured flameshot and picom

This commit is contained in:
Rouven Seifert 2023-01-01 17:20:23 +01:00
parent 64ca883018
commit e96ecb6470
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 24 additions and 3 deletions

View file

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