summary refs log tree commit diff stats
path: root/hm/swaylock/default.nix
blob: d63cd56172f43aea605778624575077626d94390 (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  programs.swaylock = {
    enable = true;
    settings = {
      image = "${../../../files/wallpaper.jpg}";
    };
  };
}