dotfiles/overlays/betterlockscreen.nix

3 lines
174 B
Nix
Raw Normal View History

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