nixdots/home/services/default.nix
ItsDrike 760af68c1d
Remove wl-clip-persist (breaks clipboard)
When wl-clip-persist service is running, it seems that copying from
xwayland applications becomes impossible. This is way too big of a bug
to justify the benefit of this service.
2024-06-24 00:15:19 +02:00

6 lines
43 B
Nix

_: {
imports = [
./dunst.nix
];
}