1
0
Fork 0

fix(nix): use swaylock

This commit is contained in:
Lucas Sta Maria 2025-03-15 21:14:24 -04:00
parent 02b823a7ab
commit df6637477f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -70,6 +70,7 @@
mako mako
waybar waybar
swaybg swaybg
swaylock
xwayland xwayland
xwayland-satellite xwayland-satellite
gammastep gammastep
@ -198,6 +199,7 @@
services.mako = { services.mako = {
enable = true; enable = true;
defaultTimeout = 10000;
margin = "40,20"; margin = "40,20";
}; };
@ -261,4 +263,11 @@
enable = true; enable = true;
policies = { WebsiteFilter = { Block = [ "*://*.facebook.com/" ]; }; }; policies = { WebsiteFilter = { Block = [ "*://*.facebook.com/" ]; }; };
}; };
programs.swaylock = {
enable = true;
settings = {
color = "000000";
};
};
} }