home/sway: Fix lockscreen image
This commit is contained in:
parent
b6fece531f
commit
945e3ec247
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue