system/modules/nixos/configs/lockscreen/default.nix

9 lines
68 B
Nix

{ ... }:
{
imports = [
./i3lock.nix
./waylock.nix
];
}