8 lines
128 B
Nix
8 lines
128 B
Nix
{ config, pkgs, inputs, ... }:
|
|
|
|
{
|
|
programs.hyprlock = {
|
|
enable = true;
|
|
# TODO: find commands to turn on/off monitors
|
|
};
|
|
}
|