dotfiles/overlays/betterlockscreen.nix
2024-04-13 09:03:44 -04:00

3 lines
174 B
Nix

# Disable dunst so that it's not attempting to reach a non-existent dunst service
_final: prev: { betterlockscreen = prev.betterlockscreen.override { withDunst = false; }; }