mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +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; };
|
||
|
}
|