nix-config/homes/x86_64-linux/marshall@navis/hyprland/services.nix
2024-10-18 00:43:17 -04:00

15 lines
338 B
Nix

{...}: {
services = {
cliphist.enable = false;
udiskie.enable = false;
swaync = {
enable = false;
style = builtins.fetchurl {
url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css";
sha256 = "1xr1wkg4zb467b35xhsfqiwhimfnn88i3ml5rf173rkm7fyby9qy";
};
};
};
}