mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
fix: betterlockscreen failing on suspend
This commit is contained in:
4
overlays/betterlockscreen.nix
Normal file
4
overlays/betterlockscreen.nix
Normal file
@ -0,0 +1,4 @@
|
||||
# Disable dunst so that it's not attempting to reach a non-existent dunst service
|
||||
_final: prev: {
|
||||
betterlockscreen = prev.betterlockscreen.override { withDunst = false; };
|
||||
}
|
Reference in New Issue
Block a user