mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
5 lines
176 B
Nix
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; };
|
|
}
|