feat(i3): use betterlockscreen instead of i3lock

mandlm 2022-07-26 13:44:58 +02:00
parent adaf694330
commit a4a60cf363
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ in
}; };
}; };
services.screen-locker = { services.betterlockscreen = {
enable = true; 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" ];
}; };
} }