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