Swaylock: Difference between revisions
Add Swaylock |
Add Configuration |
||
Line 14: | Line 14: | ||
security.pam.services.swaylock = {}; | security.pam.services.swaylock = {}; | ||
}} | }} | ||
== Configuration == | |||
swaylock can be configured using [[Home Manager]]: | |||
{{file|~/.config/home-manager/home.nix|nix|3= | |||
programs.swaylock.settings = {}; | |||
}} | |||
Alternatively, you may write configuration without using Nix language: | |||
{{file|~/.config/home-manager/home.nix|nix|3= | |||
xdg.configFile."swaylock/config" = ./swaylock | |||
}} | |||
You may find "Swaylock theme"s shared on the web. | |||
== Forks == | == Forks == |