home/sway: Fix lockscreen image

This commit is contained in:
fleaz 2024-02-01 21:40:18 +01:00
parent b6fece531f
commit 945e3ec247
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -1,6 +1,6 @@
{ pkgs, nixosConfig, lib, ... }: { pkgs, nixosConfig, lib, ... }:
let let
lockCmd = "${pkgs.swaylock}/bin/swaylock -c 645394"; lockCmd = "${pkgs.swaylock}/bin/swaylock -i /etc/nixos/lockscreen.png";
in in
{ {
wayland.windowManager.sway = { wayland.windowManager.sway = {