mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: betterlockscreen failing on suspend
This commit is contained in:
parent
cb15cc209b
commit
8d09544663
@ -149,6 +149,7 @@
|
||||
(import ./overlays/calibre-web.nix)
|
||||
(import ./overlays/disko.nix inputs)
|
||||
(import ./overlays/tree-sitter.nix inputs)
|
||||
(import ./overlays/betterlockscreen.nix)
|
||||
];
|
||||
|
||||
# System types to support.
|
||||
|
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; };
|
||||
}
|
Loading…
Reference in New Issue
Block a user