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