dotfiles/overlays/betterlockscreen.nix
2023-07-20 22:14:59 -04:00

5 lines
176 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; };
}