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"; + }; + }; }