2024-06-26 03:14:20 -04:00
|
|
|
{...}: {
|
|
|
|
services = {
|
|
|
|
cliphist.enable = true;
|
2024-09-29 00:41:05 -04:00
|
|
|
udiskie.enable = false;
|
2024-06-26 03:14:20 -04:00
|
|
|
|
|
|
|
swaync = {
|
|
|
|
enable = true;
|
|
|
|
style = builtins.fetchurl {
|
|
|
|
url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css";
|
|
|
|
sha256 = "1xr1wkg4zb467b35xhsfqiwhimfnn88i3ml5rf173rkm7fyby9qy";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|