nixos/home-manager/roles/desktop/tiling/apps/swaylock.nix

8 lines
68 B
Nix
Raw Normal View History

2025-12-09 18:27:15 -05:00
{ pkgs, ... }:
{
programs.swaylock = {
enable = true;
};
}