feat(i3): use betterlockscreen instead of i3lock
parent
adaf694330
commit
a4a60cf363
|
@ -89,8 +89,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.screen-locker = {
|
||||
services.betterlockscreen = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
||||
arguments = [ "--update /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue