nix-config/modules/home/hyprland/services.nix

15 lines
335 B
Nix
Raw Normal View History

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