dotfiles/overlays/betterlockscreen.nix

5 lines
176 B
Nix
Raw Normal View History

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