fix(i3): use absolute path to lockscreen image
parent
077daf284b
commit
2b901acd4a
|
@ -91,6 +91,6 @@ in
|
|||
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image ~/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue