bonfire/lib/preconfiguredModules/homeManager/hyprlock.nix
L-Nafaryus aa3f2c28e0
All checks were successful
nix / check (push) Successful in 3m38s
new: lib.preconfiguredModules: hyprland, hypridle, hyprlock
2024-09-22 14:36:33 +05:00

12 lines
100 B
Nix

{
pkgs,
lib,
config,
hmConfig,
...
}: {
programs.hyprlock = {
enable = true;
};
}