fix(nix): use swaylock
This commit is contained in:
parent
02b823a7ab
commit
df6637477f
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue