nix-config/homes/x86_64-linux/marshall@navis/hyprland/services.nix
2024-07-31 01:03:58 -04:00

15 lines
335 B
Nix

{...}: {
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";
};
};
};
}