home/sway: Fix lockscreen image
This commit is contained in:
parent
b6fece531f
commit
945e3ec247
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue