mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 16:22:56 +00:00
3 lines
174 B
Nix
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; }; }
|