about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/swaylock/default.nix
blob: d662cb78f62eb0c42b82aa77503802a6ecd750b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  programs.swaylock = {
    enable = true;
    settings = {
      image = "${./duwon-lee-tempano-port.jpg}";
      scaling = "center";
      color = "000000";
    };
  };
}