From df6637477f9f7c1abe2e1af4a2a34055a7c3511c Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 15 Mar 2025 21:14:24 -0400 Subject: [PATCH] fix(nix): use swaylock --- nix/hosts/framework/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index ab9d5fe..f2f041d 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -70,6 +70,7 @@ mako waybar swaybg + swaylock xwayland xwayland-satellite gammastep @@ -198,6 +199,7 @@ services.mako = { enable = true; + defaultTimeout = 10000; margin = "40,20"; }; @@ -261,4 +263,11 @@ enable = true; policies = { WebsiteFilter = { Block = [ "*://*.facebook.com/" ]; }; }; }; + + programs.swaylock = { + enable = true; + settings = { + color = "000000"; + }; + }; }