12 lines
100 B
Nix
12 lines
100 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
config,
|
|
hmConfig,
|
|
...
|
|
}: {
|
|
programs.hyprlock = {
|
|
enable = true;
|
|
};
|
|
}
|