summary refs log blame commit diff stats
path: root/hm/swaylock/default.nix
blob: 65b32c68ad38c5ae43a697a836512c07f9fb409b (plain) (tree)
1
2
3
4
5
6
7
8
              
                       

                                             
    
{self, ...}: {
  programs.swaylock = {
    enable = true;
    #settings = {
    #  image = "${self}/files/wallpaper.jpg";
    #};
  };
}