mirror of
https://github.com/kmein/niveum
synced 2026-03-17 18:41:09 +01:00
9 lines
122 B
Nix
9 lines
122 B
Nix
|
|
{
|
||
|
|
services.compton = {
|
||
|
|
enable = true;
|
||
|
|
shadow = true;
|
||
|
|
menuOpacity = "0.9";
|
||
|
|
shadowOpacity = "0.3";
|
||
|
|
};
|
||
|
|
}
|